| Index: LayoutTests/inspector/timeline/timeline-compatibility.html
|
| diff --git a/LayoutTests/inspector/timeline/timeline-compatibility.html b/LayoutTests/inspector/timeline/timeline-compatibility.html
|
| deleted file mode 100644
|
| index 7be2ee137309b74603bfabad24f855916f8105df..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/inspector/timeline/timeline-compatibility.html
|
| +++ /dev/null
|
| @@ -1,30 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<script src="../../http/tests/inspector/inspector-test.js"></script>
|
| -<script src="../../http/tests/inspector/timeline-test.js"></script>
|
| -<script>
|
| -
|
| -function test()
|
| -{
|
| - var records = [
|
| - {"startTime": 1000.000,"data":{ "x": 100, "y": 200, "width": 300, "height": 400 },"endTime":1099.999,"type":"Paint","children":[]},
|
| - {"startTime": 2000.000,"data":{ "x": 100, "y": 200, "width": 300, "height": 400 },"endTime":2099.999,"type":"Layout","children":[]}
|
| - ];
|
| -
|
| - InspectorTest.loadTimelineRecords(records);
|
| -
|
| - var rootRecord = InspectorTest.timelinePresentationModel().rootRecord();
|
| - InspectorTest.dumpPresentationRecord(rootRecord);
|
| - InspectorTest.completeTest();
|
| -}
|
| -
|
| -</script>
|
| -</head>
|
| -
|
| -<body onload="runTest()">
|
| -<p>
|
| -Test timeline compatibility with logs recorded by newer and older verions of timeline</a>
|
| -</p>
|
| -
|
| -</body>
|
| -</html>
|
|
|