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

Unified Diff: LayoutTests/inspector/timeline/timeline-window-filter.html

Issue 402653002: Delete TimelineTracingView (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated TestExpectations to include virtual/ Created 6 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/inspector/timeline/timeline-window-filter-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/timeline/timeline-window-filter.html
diff --git a/LayoutTests/inspector/timeline/timeline-window-filter.html b/LayoutTests/inspector/timeline/timeline-window-filter.html
index 741d579a26b08698992cb4ea42d4d29cbd98f6b2..d98f7640007a9c69836f7d59ef2d05f7aad82ec7 100644
--- a/LayoutTests/inspector/timeline/timeline-window-filter.html
+++ b/LayoutTests/inspector/timeline/timeline-window-filter.html
@@ -78,9 +78,10 @@ function test()
timeline._overviewModeSetting.set(WebInspector.TimelinePanel.OverviewMode.Frames);
timeline._flameChartEnabledSetting.set(true);
timeline._onModeChanged();
- dumpFlameChartRecordsCountForRange(0, 1);
- dumpFlameChartRecordsCountForRange(0.25, 0.5);
- dumpFlameChartRecordsCountForRange(0.33, 0.4);
+ // FIXME(394762): uncomment once we support loading tracing events.
+// dumpFlameChartRecordsCountForRange(0, 1);
+// dumpFlameChartRecordsCountForRange(0.25, 0.5);
+// dumpFlameChartRecordsCountForRange(0.33, 0.4);
overviewPane._overviewGrid.setWindow(0.1, 0.9);
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/inspector/timeline/timeline-window-filter-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698