| Index: LayoutTests/inspector/timeline/timeline-script-id-expected.txt
|
| diff --git a/LayoutTests/inspector/timeline/timeline-script-id-expected.txt b/LayoutTests/inspector/timeline/timeline-script-id-expected.txt
|
| deleted file mode 100644
|
| index f24b2c543d9a550617a36681cd146daf5098ad1b..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/inspector/timeline/timeline-script-id-expected.txt
|
| +++ /dev/null
|
| @@ -1,11 +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.
|
| -
|
| -details.textContent for FunctionCall event: 'InjectedScript:1'
|
| -details.textContent for TimerInstall event: 'performActions.js:3'
|
| -details.textContent for TimerInstall event: 'performActions.js:4'
|
| -details.textContent for FunctionCall event: 'performActions.js:7'
|
| -details.textContent for FunctionCall event: 'performActions.js:7'
|
| -details.textContent for TimerRemove event: 'performActions.js:11'
|
| -
|
|
|