| 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 a70788b26caf87161deb7430a47ab72b71d753ab..01b819490186b47ce28d6d46a2ba465b646c7f25 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| @@ -125,6 +125,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([
|
|
|