| OLD | NEW |
| 1 Tests audits support in WebInspector Extensions API | 1 Tests audits support in WebInspector Extensions API |
| 2 | 2 |
| 3 Started extension. | 3 Started extension. |
| 4 Running tests... | 4 Running tests... |
| 5 RUNNING TEST: extension_testAuditsAPI | 5 RUNNING TEST: extension_testAuditsAPI |
| 6 Added audit category, result dump follows: | 6 Added audit category, result dump follows: |
| 7 { | 7 { |
| 8 onAuditStarted : { | 8 onAuditStarted : { |
| 9 addListener : <function> | 9 addListener : <function> |
| 10 removeListener : <function> | 10 removeListener : <function> |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 } | 30 } |
| 31 { | 31 { |
| 32 addChild : <function> | 32 addChild : <function> |
| 33 children : { | 33 children : { |
| 34 } | 34 } |
| 35 contents : { | 35 contents : { |
| 36 0 : "Subtree" | 36 0 : "Subtree" |
| 37 } | 37 } |
| 38 expanded : false | 38 expanded : false |
| 39 } | 39 } |
| 40 Extension audits | 40 Extension audits |
| 41 All tests done. | 41 All tests done. |
| 42 | 42 |
| OLD | NEW |