| Index: third_party/WebKit/LayoutTests/inspector/tracing/timeline-flame-chart-automatically-size-window.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-flame-chart-automatically-size-window.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-flame-chart-automatically-size-window.html
|
| deleted file mode 100644
|
| index 88ee61d088960f0402e15f5ebeaa2f20b84ccae1..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-flame-chart-automatically-size-window.html
|
| +++ /dev/null
|
| @@ -1,36 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<script src="../../http/tests/inspector/inspector-test.js"></script>
|
| -<script src="../../http/tests/inspector/console-test.js"></script>
|
| -<script src="../../http/tests/inspector/timeline-test.js"></script>
|
| -<script src="resources/timeline-data.js"></script>
|
| -<script>
|
| -
|
| -function test()
|
| -{
|
| - var timeline = WebInspector.panels.timeline;
|
| - timeline._onModeChanged();
|
| - timeline._currentViews[0]._automaticallySizeWindow = true;
|
| -
|
| - function requestWindowTimesHook(startTime, endTime)
|
| - {
|
| - if (startTime)
|
| - InspectorTest.addResult("time delta: " + (endTime - startTime));
|
| - }
|
| -
|
| - timeline.requestWindowTimes = requestWindowTimesHook;
|
| - InspectorTest.loadTimeline(InspectorTest.timelineData());
|
| -
|
| - InspectorTest.completeTest();
|
| -}
|
| -
|
| -</script>
|
| -</head>
|
| -
|
| -<body onload="runTest()">
|
| -<p>
|
| -Tests the TimelineFlameChart automatically sized window.
|
| -</p>
|
| -
|
| -</body>
|
| -</html>
|
|
|