Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / timeline / timeline-script-id-expected.txt
1 Test that checks location resolving mechanics for TimerInstall TimerRemove and FunctionCall events with scriptId.
2
3 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.
4
5 details.textContent for FunctionCall event: 'InjectedScript:1'
6 details.textContent for TimerInstall event: 'performActions.js:3'
7 details.textContent for TimerInstall event: 'performActions.js:4'
8 details.textContent for FunctionCall event: 'performActions.js:7'
9 details.textContent for FunctionCall event: 'performActions.js:7'
10 details.textContent for TimerRemove event: 'performActions.js:11'
11