| Index: LayoutTests/inspector/timeline/timeline-time-stamp.html
|
| diff --git a/LayoutTests/inspector/timeline/timeline-time-stamp.html b/LayoutTests/inspector/timeline/timeline-time-stamp.html
|
| deleted file mode 100644
|
| index 6469260c06c40fb0898aef39828570833dab76dc..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/inspector/timeline/timeline-time-stamp.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.timeStamp("TIME STAMP");
|
| -}
|
| -
|
| -function test()
|
| -{
|
| - InspectorTest.performActionsAndPrint("performActions()", "TimeStamp", true);
|
| -}
|
| -
|
| -</script>
|
| -</head>
|
| -
|
| -<body onload="runTest()">
|
| -<p>
|
| -Tests the Timeline API timeStamp feature
|
| -</p>
|
| -
|
| -</body>
|
| -</html>
|
|
|