| OLD | NEW |
| 1 CONSOLE WARNING: 'console.timeline' is deprecated. Please use 'console.time' ins
tead. | 1 CONSOLE WARNING: line 11: 'console.timeline' is deprecated. Please use 'console.
time' instead. |
| 2 CONSOLE WARNING: 'console.timelineEnd' is deprecated. Please use 'console.timeEn
d' instead. | 2 CONSOLE WARNING: line 13: 'console.timelineEnd' is deprecated. Please use 'conso
le.timeEnd' instead. |
| 3 Tests console.timeline and timelineEnd commands. | 3 Tests console.timeline and timelineEnd commands. |
| 4 | 4 |
| 5 | 5 |
| 6 Running: testStartStopTimeline | 6 Running: testStartStopTimeline |
| 7 timestamp 0 | 7 timestamp 0 |
| 8 Timeline 'one' | 8 Timeline 'one' |
| 9 timestamp 1 | 9 timestamp 1 |
| 10 Timeline 'one' | 10 Timeline 'one' |
| 11 timestamp 2 | 11 timestamp 2 |
| 12 | 12 |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 Timeline 'one' | 57 Timeline 'one' |
| 58 timestamp 2 | 58 timestamp 2 |
| 59 | 59 |
| 60 Running: testStopFromPanel | 60 Running: testStopFromPanel |
| 61 timestamp 0 | 61 timestamp 0 |
| 62 Timeline 'one' | 62 Timeline 'one' |
| 63 timestamp 1 | 63 timestamp 1 |
| 64 Timeline 'two' | 64 Timeline 'two' |
| 65 timestamp 2 | 65 timestamp 2 |
| 66 | 66 |
| OLD | NEW |