| OLD | NEW |
| 1 CONSOLE MESSAGE: line 12: hello | 1 CONSOLE MESSAGE: line 12: hello |
| 2 Tests WebInspector extension API | 2 Tests WebInspector extension API |
| 3 | 3 |
| 4 | 4 |
| 5 Started extension. | 5 Started extension. |
| 6 Running tests... | 6 Running tests... |
| 7 RUNNING TEST: extension_testCreatePanel | 7 RUNNING TEST: extension_testCreatePanel |
| 8 Panel created | 8 Panel created |
| 9 { | 9 { |
| 10 createStatusBarButton : <function> | 10 createStatusBarButton : <function> |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 } | 62 } |
| 63 button1 clicked | 63 button1 clicked |
| 64 Status bar buttons state: | 64 Status bar buttons state: |
| 65 status bar item 0, icon: ".../inspector/resources/button1.png", tooltip: 'Button
One tooltip', disabled: false | 65 status bar item 0, icon: ".../inspector/resources/button1.png", tooltip: 'Button
One tooltip', disabled: false |
| 66 status bar item 1, icon: ".../inspector/resources/button2.png", tooltip: 'Button
Two tooltip', disabled: true | 66 status bar item 1, icon: ".../inspector/resources/button2.png", tooltip: 'Button
Two tooltip', disabled: true |
| 67 Updated status bar buttons | 67 Updated status bar buttons |
| 68 Status bar buttons state: | 68 Status bar buttons state: |
| 69 status bar item 0, icon: ".../inspector/resources/button1-updated.png", tooltip:
'Button One tooltip', disabled: false | 69 status bar item 0, icon: ".../inspector/resources/button1-updated.png", tooltip:
'Button One tooltip', disabled: false |
| 70 status bar item 1, icon: ".../inspector/resources/button2.png", tooltip: 'Button
Two updated tooltip', disabled: false | 70 status bar item 1, icon: ".../inspector/resources/button2.png", tooltip: 'Button
Two updated tooltip', disabled: false |
| 71 button2 clicked | 71 button2 clicked |
| 72 RUNNING TEST: extension_testThemeName |
| 73 Theme name: themeNameForTest |
| 72 All tests done. | 74 All tests done. |
| 73 | 75 |
| OLD | NEW |