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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 Created a status bar button, dump follows: | 55 Created a status bar button, dump follows: |
56 { | 56 { |
57 onClicked : { | 57 onClicked : { |
58 addListener : <function> | 58 addListener : <function> |
59 removeListener : <function> | 59 removeListener : <function> |
60 } | 60 } |
61 update : <function> | 61 update : <function> |
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 O
ne 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 T
wo 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 T
wo 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 All tests done. | 72 All tests done. |
73 | 73 |
OLD | NEW |