OLD | NEW |
---|---|
1 Test that checks location resolving mechanics for TimerInstall TimerRemove and F unctionCall events with scriptId. | 1 Test that checks location resolving mechanics for TimerInstall TimerRemove and F unctionCall events with scriptId. |
2 | 2 |
3 It expects two FunctionCall for InjectedScript, two TimerInstall events, two Fun ctionCall events and one TimerRemove event to be logged with performActions.js s cript name and some line number. | 3 It expects two FunctionCall for InjectedScript, two TimerInstall events, two Fun ctionCall events and one TimerRemove event to be logged with performActions.js s cript name and some line number. |
4 | 4 |
5 detailsTextContent for FunctionCall event: 'undefined' | 5 detailsTextContent for FunctionCall event: 'undefined' |
6 detailsTextContent for TimerInstall event: 'performActions.js:3' | 6 detailsTextContent for TimerInstall event: 'null' |
7 details.textContent for TimerInstall event: 'performActions.js:3' | 7 details.textContent for TimerInstall event: '(program):1' |
caseq
2016/01/25 19:18:36
This also looks like a regression.
alph
2016/01/26 00:58:49
Ditto. Fixed.
| |
8 detailsTextContent for TimerInstall event: 'performActions.js:4' | 8 detailsTextContent for TimerInstall event: 'null' |
9 details.textContent for TimerInstall event: 'performActions.js:4' | 9 details.textContent for TimerInstall event: '(program):1' |
10 detailsTextContent for FunctionCall event: 'performActions.js:7' | 10 detailsTextContent for FunctionCall event: 'performActions.js:7' |
11 details.textContent for FunctionCall event: 'performActions.js:7' | 11 details.textContent for FunctionCall event: 'performActions.js:7' |
12 detailsTextContent for FunctionCall event: 'performActions.js:7' | 12 detailsTextContent for FunctionCall event: 'performActions.js:7' |
13 details.textContent for FunctionCall event: 'performActions.js:7' | 13 details.textContent for FunctionCall event: 'performActions.js:7' |
14 detailsTextContent for TimerRemove event: 'performActions.js:11' | 14 detailsTextContent for TimerRemove event: 'null' |
15 details.textContent for TimerRemove event: 'performActions.js:11' | 15 details.textContent for TimerRemove event: '(program):1' |
16 | 16 |
OLD | NEW |