Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(661)

Unified Diff: chrome/browser/ui/webui/options/options_browsertest.js

Issue 678883002: Revert of Enable a11y audit for chrome://settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options/options_browsertest.js
diff --git a/chrome/browser/ui/webui/options/options_browsertest.js b/chrome/browser/ui/webui/options/options_browsertest.js
index 0ae78fb00ae330d4e69b845964ba3aa0578b4835..a8c6b5898cef1ac1a894fc1a54c5504ba063df71 100644
--- a/chrome/browser/ui/webui/options/options_browsertest.js
+++ b/chrome/browser/ui/webui/options/options_browsertest.js
@@ -44,9 +44,6 @@
OptionsWebUITest.prototype = {
__proto__: testing.Test.prototype,
-
- /** @override */
- runAccessibilityChecks: true,
/** @override */
accessibilityIssuesAreErrors: true,
@@ -381,12 +378,6 @@
/** @override */
isAsync: true,
-
- /** @override */
- runAccessibilityChecks: true,
-
- /** @override */
- accessibilityIssuesAreErrors: true,
/** @override */
setUp: function() {
@@ -717,12 +708,7 @@
this.verifyHistory_(
['', 'search#1', 'languages#2', 'addLanguage#3', 'languages#2',
'search#1'],
- function() {
- document.addEventListener('webkitTransitionEnd', function f(e) {
- document.removeEventListener('webkitTransitionEnd', f);
- testDone();
- });
- });
+ testDone);
}.bind(this));
}.bind(this));
});
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698