Index: LayoutTests/inspector/timeline/timeline-injected-script-eval-expected.txt |
diff --git a/LayoutTests/inspector/timeline/timeline-injected-script-eval-expected.txt b/LayoutTests/inspector/timeline/timeline-injected-script-eval-expected.txt |
deleted file mode 100644 |
index a68bcff234417b5c4fa2f3529aa634c0a2171f13..0000000000000000000000000000000000000000 |
--- a/LayoutTests/inspector/timeline/timeline-injected-script-eval-expected.txt |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-Tests the Timeline API function call record for InjectedScript.eval call feature. |
- |
-FunctionCall Properties: |
-{ |
- data : { |
- scriptId : <string> |
- scriptLine : <number> |
- scriptName : <string> |
- } |
- endTime : <number> |
- frameId : <string> |
- startTime : <number> |
- thread : <string> |
- type : "FunctionCall" |
-} |
- |