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

Unified Diff: LayoutTests/http/tests/inspector/inspector-test.js

Issue 709423002: DevTools: remove old Timeline front-end implementation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated LayoutTests/inspector/layers/layer-canvas-log.html Created 6 years, 1 month 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 | « LayoutTests/VirtualTestSuites ('k') | LayoutTests/http/tests/inspector/timeline-test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « LayoutTests/VirtualTestSuites ('k') | LayoutTests/http/tests/inspector/timeline-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698