Index: LayoutTests/inspector/timeline/timeline-injected-script-eval.html |
diff --git a/LayoutTests/inspector/timeline/timeline-injected-script-eval.html b/LayoutTests/inspector/timeline/timeline-injected-script-eval.html |
deleted file mode 100644 |
index b7bea026060c4c5938974e89d9d18fb10546bd46..0000000000000000000000000000000000000000 |
--- a/LayoutTests/inspector/timeline/timeline-injected-script-eval.html |
+++ /dev/null |
@@ -1,25 +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() |
-{ |
-} |
- |
-function test() |
-{ |
- InspectorTest.performActionsAndPrint("performActions()", "FunctionCall"); |
-} |
- |
-</script> |
-</head> |
- |
-<body onload="runTest()"> |
-<p> |
-Tests the Timeline API function call record for InjectedScript.eval call feature. |
-</p> |
- |
-</body> |
-</html> |