Index: third_party/WebKit/LayoutTests/inspector/tracing/timeline-script-id-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-script-id-expected.txt b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-script-id-expected.txt |
deleted file mode 100644 |
index 54bf6b23cc9e3d9ff15d5a15e3ea7012d160322e..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-script-id-expected.txt |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-Test that checks location resolving mechanics for TimerInstall TimerRemove and FunctionCall events with scriptId. |
- |
-It expects two FunctionCall for InjectedScript, two TimerInstall events, two FunctionCall events and one TimerRemove event to be logged with performActions.js script name and some line number. |
- |
-detailsTextContent for TimerInstall event: 'performActions.js:3' |
-details.textContent for TimerInstall event: 'performActions.js:3' |
-detailsTextContent for TimerInstall event: 'performActions.js:4' |
-details.textContent for TimerInstall event: 'performActions.js:4' |
-detailsTextContent for FunctionCall event: 'performActions.js:7' |
-details.textContent for FunctionCall event: 'performActions.js:7' |
-detailsTextContent for FunctionCall event: 'performActions.js:7' |
-details.textContent for FunctionCall event: 'performActions.js:7' |
-detailsTextContent for TimerRemove event: 'performActions.js:11' |
-details.textContent for TimerRemove event: 'performActions.js:11' |
- |