| Index: chrome/browser/ui/webui/options/options_browsertest_base.js
|
| diff --git a/chrome/browser/ui/webui/options/options_browsertest_base.js b/chrome/browser/ui/webui/options/options_browsertest_base.js
|
| deleted file mode 100644
|
| index 5d4b12d07d0d0c748469c72165fbd799ec6cd960..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/ui/webui/options/options_browsertest_base.js
|
| +++ /dev/null
|
| @@ -1,27 +0,0 @@
|
| -// Copyright (c) 2014 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -/**
|
| - * @constructor
|
| - * @extends {testing.Test}
|
| - */
|
| -function OptionsBrowsertestBase() {}
|
| -
|
| -OptionsBrowsertestBase.prototype = {
|
| - __proto__: testing.Test.prototype,
|
| -
|
| - /** @override */
|
| - runAccessibilityChecks: true,
|
| -
|
| - /** @override */
|
| - accessibilityIssuesAreErrors: true,
|
| -
|
| - /** @override */
|
| - setUp: function() {
|
| - // user-image-stream is a streaming video element used for capturing a
|
| - // user image during OOBE.
|
| - this.accessibilityAuditConfig.ignoreSelectors('videoWithoutCaptions',
|
| - '.user-image-stream');
|
| - },
|
| -};
|
|
|