1 // Copyright (c) 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
7 * @extends {testing.Test}
9 function OptionsBrowsertestBase() {}
11 OptionsBrowsertestBase.prototype = {
12 __proto__: testing.Test.prototype,
15 runAccessibilityChecks: true,
18 accessibilityIssuesAreErrors: true,