| Index: LayoutTests/inspector/timeline/timeline-dom-content-loaded-event.html
|
| diff --git a/LayoutTests/inspector/timeline/timeline-dom-content-loaded-event.html b/LayoutTests/inspector/timeline/timeline-dom-content-loaded-event.html
|
| deleted file mode 100644
|
| index cbd209c5f74cdcf246d644ac6a7b82600df29522..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/inspector/timeline/timeline-dom-content-loaded-event.html
|
| +++ /dev/null
|
| @@ -1,32 +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()
|
| -{
|
| - InspectorTest.startTimeline(function() { InspectorTest.reloadPage(pageReloaded); });
|
| -
|
| - function pageReloaded()
|
| - {
|
| - InspectorTest.stopTimeline(finish);
|
| - }
|
| -
|
| - function finish()
|
| - {
|
| - InspectorTest.printTimestampRecords("MarkDOMContent");
|
| - InspectorTest.completeTest();
|
| - }
|
| -}
|
| -
|
| -</script>
|
| -</head>
|
| -
|
| -<body onload="runTest()">
|
| -<p>
|
| -Tests the DOM content loaded event.
|
| -</p>
|
| -
|
| -</body>
|
| -</html>
|
|
|