| Index: third_party/WebKit/LayoutTests/inspector/tracing/timeline-mark-timeline.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-mark-timeline.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-mark-timeline.html
|
| deleted file mode 100644
|
| index 837bd5e61532260aaf330abec7d1c508168c8dba..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-mark-timeline.html
|
| +++ /dev/null
|
| @@ -1,26 +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()
|
| -{
|
| - console.markTimeline("MARK TIMELINE");
|
| -}
|
| -
|
| -function test()
|
| -{
|
| - InspectorTest.performActionsAndPrint("performActions()", "TimeStamp");
|
| -}
|
| -
|
| -</script>
|
| -</head>
|
| -
|
| -<body onload="runTest()">
|
| -<p>
|
| -Tests the Timeline API mark feature
|
| -</p>
|
| -
|
| -</body>
|
| -</html>
|
|
|