function Test(name) {
  this.name = name.trim();
  this.depth = 0;
  this.browsers = [];
}