| OLD | NEW |
| 1 Tests timeline support in WebInspector Extensions API | 1 Tests timeline support in WebInspector Extensions API |
| 2 | 2 |
| 3 Started extension. | 3 Started extension. |
| 4 Running tests... | 4 Running tests... |
| 5 RUNNING TEST: extension_testTimeline | 5 RUNNING TEST: extension_testTimeline |
| 6 TraceProvider: |
| 6 { | 7 { |
| 7 onRecordingStarted : { | 8 onRecordingStarted : { |
| 8 addListener : <function> | 9 addListener : <function> |
| 9 removeListener : <function> | 10 removeListener : <function> |
| 10 } | 11 } |
| 11 onRecordingStopped : { | 12 onRecordingStopped : { |
| 12 addListener : <function> | 13 addListener : <function> |
| 13 removeListener : <function> | 14 removeListener : <function> |
| 14 } | 15 } |
| 15 } | 16 } |
| 17 Provider short display name: extension trace provider |
| 18 Provider long display name: long extension name |
| 16 traceProvider.onRecordingStarted fired. | 19 traceProvider.onRecordingStarted fired. |
| 20 TracingSession: |
| 21 { |
| 22 complete : <function> |
| 23 } |
| 17 traceProvider.onRecordingStopped fired. | 24 traceProvider.onRecordingStopped fired. |
| 25 Timeline Flame Chart |
| 26 Group: long extension name |
| 27 Level 0 |
| 28 Extension record X 1 (hsla(261, 82%, 70%, 0.7)) |
| 29 Extension record X 2 (hsla(230, 88%, 70%, 0.7)) |
| 30 Level 1 |
| 31 Extension record I 1 (hsla(298, 100%, 70%, 0.7)) |
| 32 Extension record B+E (hsla(292, 100%, 70%, 0.7)) |
| 18 All tests done. | 33 All tests done. |
| 19 | 34 |
| OLD | NEW |