| Index: third_party/WebKit/LayoutTests/inspector/tracing/timeline-parse-html.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-parse-html.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-parse-html.html
|
| deleted file mode 100644
|
| index 1697c36e0e1e12ef302962caa58a7e94afa3ac25..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-parse-html.html
|
| +++ /dev/null
|
| @@ -1,31 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<script src="../../http/tests/inspector/inspector-test.js"></script>
|
| -<script src="../../http/tests/inspector/timeline-test.js"></script>
|
| -<script>
|
| -
|
| -function performActions()
|
| -{
|
| - var element = document.createElement("div");
|
| - element.innerHTML = "Test data";
|
| - document.body.appendChild(element);
|
| -}
|
| -
|
| -function test()
|
| -{
|
| - InspectorTest.performActionsAndPrint("performActions()", "ParseHTML");
|
| -}
|
| -
|
| -if (!window.testRunner)
|
| - setTimeout(performActions, 2000);
|
| -
|
| -</script>
|
| -</head>
|
| -
|
| -<body onload="runTest()">
|
| -<p>
|
| -Tests the Timeline API instrumentation of ParseHTML
|
| -</p>
|
| -
|
| -</body>
|
| -</html>
|
|
|