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

Unified Diff: LayoutTests/inspector/tracing/timeline-flame-chart-automatically-size-window.html

Issue 477153005: DevTools: adopt existing Timeline tests for tracing based Timeline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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: LayoutTests/inspector/tracing/timeline-flame-chart-automatically-size-window.html
diff --git a/LayoutTests/inspector/timeline/timeline-flame-chart-automatically-size-window.html b/LayoutTests/inspector/tracing/timeline-flame-chart-automatically-size-window.html
similarity index 94%
copy from LayoutTests/inspector/timeline/timeline-flame-chart-automatically-size-window.html
copy to LayoutTests/inspector/tracing/timeline-flame-chart-automatically-size-window.html
index 7cfa222bc6dec9f9a6379a5b7aa7ee0fb7e01f8f..53b60fde6b86fa82f6aa9ef509ab554aaa4173a0 100644
--- a/LayoutTests/inspector/timeline/timeline-flame-chart-automatically-size-window.html
+++ b/LayoutTests/inspector/tracing/timeline-flame-chart-automatically-size-window.html
@@ -8,7 +8,6 @@
function test()
{
WebInspector.inspectorView.showPanel("network");
- WebInspector.experimentsSettings.timelineOnTraceEvents.enableForTest();
var timelineData = InspectorTest.timelineData();
var timeline = WebInspector.inspectorView.showPanel("timeline");

Powered by Google App Engine
This is Rietveld 408576698