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

Unified Diff: third_party/WebKit/Source/devtools/front_end/main/Main.js

Issue 2058323002: Add ARIA panel to accessibility sidebar pane (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test and add test expectation Created 4 years, 5 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
Index: third_party/WebKit/Source/devtools/front_end/main/Main.js
diff --git a/third_party/WebKit/Source/devtools/front_end/main/Main.js b/third_party/WebKit/Source/devtools/front_end/main/Main.js
index 0294bdeabff9fed220cf4eb7b3c958dd8389c569..aaac6b4fab12ec0b57a4dc9991cf5a3e686a3e45 100644
--- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
+++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
@@ -137,6 +137,8 @@ WebInspector.Main.prototype = {
Runtime.experiments.enableForTest("layersPanel");
if (testPath.indexOf("security/") !== -1)
Runtime.experiments.enableForTest("securityPanel");
+ if (testPath.indexOf("accessibility/") !== -1)
+ Runtime.experiments.enableForTest("accessibilityInspection");
}
Runtime.experiments.setDefaultExperiments([

Powered by Google App Engine
This is Rietveld 408576698