| 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);
|
|
|
|
|