| OLD | NEW |
| 1 Tests public interface of WebInspector Extensions API | 1 Tests public interface of WebInspector Extensions API |
| 2 | 2 |
| 3 Started extension. | 3 Started extension. |
| 4 Running tests... | 4 Running tests... |
| 5 RUNNING TEST: extension_testAPI | 5 RUNNING TEST: extension_testAPI |
| 6 { | 6 { |
| 7 audits : { | 7 audits : { |
| 8 } | 8 } |
| 9 inspectedWindow : { | 9 inspectedWindow : { |
| 10 onResourceAdded : { | 10 onResourceAdded : { |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 removeListener : <function> | 39 removeListener : <function> |
| 40 } | 40 } |
| 41 } | 41 } |
| 42 sources : { | 42 sources : { |
| 43 createSidebarPane : <function> | 43 createSidebarPane : <function> |
| 44 onSelectionChanged : { | 44 onSelectionChanged : { |
| 45 addListener : <function> | 45 addListener : <function> |
| 46 removeListener : <function> | 46 removeListener : <function> |
| 47 } | 47 } |
| 48 } | 48 } |
| 49 themeName : "themeNameForTest" |
| 49 } | 50 } |
| 50 resources : { | 51 resources : { |
| 51 onFinished : { | 52 onFinished : { |
| 52 addListener : <function> | 53 addListener : <function> |
| 53 removeListener : <function> | 54 removeListener : <function> |
| 54 } | 55 } |
| 55 onNavigated : { | 56 onNavigated : { |
| 56 addListener : <function> | 57 addListener : <function> |
| 57 removeListener : <function> | 58 removeListener : <function> |
| 58 } | 59 } |
| 59 onRequestFinished : { | 60 onRequestFinished : { |
| 60 addListener : <function> | 61 addListener : <function> |
| 61 removeListener : <function> | 62 removeListener : <function> |
| 62 } | 63 } |
| 63 } | 64 } |
| 64 } | 65 } |
| 65 All tests done. | 66 All tests done. |
| 66 | 67 |
| OLD | NEW |