Add new certificateProvider extension API.
[chromium-blink-merge.git] / chrome / browser / ui / webui / options / options_browsertest_base.js
blob1483ba3247ce25bad6701a6dfbf50145cc6fdc50
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.
5 /**
6 * @constructor
7 * @extends {testing.Test}
8 */
9 function OptionsBrowsertestBase() {}
11 OptionsBrowsertestBase.prototype = {
12 __proto__: testing.Test.prototype,
14 /** @override */
15 runAccessibilityChecks: true,
17 /** @override */
18 accessibilityIssuesAreErrors: true,