| Index: LayoutTests/http/tests/inspector/inspector-test.js
|
| diff --git a/LayoutTests/http/tests/inspector/inspector-test.js b/LayoutTests/http/tests/inspector/inspector-test.js
|
| index b2dde9da03dd1405ef691bf8981b7f63008cf163..73dd86ff280fa362eec60e514d2d0d39b299ce4c 100644
|
| --- a/LayoutTests/http/tests/inspector/inspector-test.js
|
| +++ b/LayoutTests/http/tests/inspector/inspector-test.js
|
| @@ -695,11 +695,6 @@ function runTest(enableWatchDogWhileDebugging)
|
|
|
| var testPath = WebInspector.settings.testPath.get();
|
|
|
| - // FIXME(399531): enable timelineOnTraceEvents experiment when running layout tests under inspector/tracing/. This code
|
| - // should be removed along with the old Timeline implementation once we move tracing based Timeline out of experimental.
|
| - if (testPath.indexOf("tracing/") !== -1)
|
| - Runtime.experiments.setEnabled("timelineOnTraceEvents", true);
|
| -
|
| if (testPath.indexOf("layers/") !== -1)
|
| Runtime.experiments.setEnabled("layersPanel", true);
|
|
|
|
|