| 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 addCategory : <function> | 8 addCategory : <function> |
| 9 } | 9 } |
| 10 inspectedWindow : { | 10 inspectedWindow : { |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 } | 72 } |
| 73 onNavigated : { | 73 onNavigated : { |
| 74 addListener : <function> | 74 addListener : <function> |
| 75 removeListener : <function> | 75 removeListener : <function> |
| 76 } | 76 } |
| 77 onRequestFinished : { | 77 onRequestFinished : { |
| 78 addListener : <function> | 78 addListener : <function> |
| 79 removeListener : <function> | 79 removeListener : <function> |
| 80 } | 80 } |
| 81 } | 81 } |
| 82 timeline : { |
| 83 addTraceProvider : <function> |
| 84 } |
| 82 } | 85 } |
| 83 All tests done. | 86 All tests done. |
| 84 | 87 |
| OLD | NEW |