| OLD | NEW |
| 1 Tests sidebars in WebInspector extensions API | 1 Tests sidebars in WebInspector extensions API |
| 2 | 2 |
| 3 Started extension. | 3 Started extension. |
| 4 Running tests... | 4 Running tests... |
| 5 RUNNING TEST: extension_testElementsSidebarPageReplacedWithObject | 5 RUNNING TEST: extension_testElementsSidebarPageReplacedWithObject |
| 6 Got onShown(), frame defined | 6 Got onShown(), frame defined |
| 7 Got onShown(), frame not defined | 7 Got onShown(), frame not defined |
| 8 RUNNING TEST: extension_testElementsSidebarSetExpression | 8 RUNNING TEST: extension_testElementsSidebarSetExpression |
| 9 elements sidebar content: titlef0: "expression"f1: undefinedf2: nullf3: Objectf4
: Array[0]f5: Array[3]f6: Objectf7: 42f8: Locationf9: HTMLCollection[1]f10: ()f1
1: "foo"__proto__: Object | 9 elements sidebar content: titlef0: "expression"f1: undefinedf2: nullf3: Objectf4
: Array[0]f5: Array[3]f6: Objectf7: 42f8: Locationf9: HTMLCollection[1]f10: ()f1
1: "foo"__proto__: Object |
| 10 RUNNING TEST: extension_testElementsSidebarSetObject | 10 RUNNING TEST: extension_testElementsSidebarSetObject |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 } | 36 } |
| 37 onShown : { | 37 onShown : { |
| 38 addListener : <function> | 38 addListener : <function> |
| 39 removeListener : <function> | 39 removeListener : <function> |
| 40 } | 40 } |
| 41 setExpression : <function> | 41 setExpression : <function> |
| 42 setHeight : <function> | 42 setHeight : <function> |
| 43 setObject : <function> | 43 setObject : <function> |
| 44 setPage : <function> | 44 setPage : <function> |
| 45 } | 45 } |
| 46 sidebar height 150 | |
| 47 RUNNING TEST: extension_testSourcesSidebarPageReplacedWithObject | 46 RUNNING TEST: extension_testSourcesSidebarPageReplacedWithObject |
| 48 Got onShown(), frame defined | 47 Got onShown(), frame defined |
| 49 Got onShown(), frame not defined | 48 Got onShown(), frame not defined |
| 50 RUNNING TEST: extension_testSourcesSidebarSetExpression | 49 RUNNING TEST: extension_testSourcesSidebarSetExpression |
| 51 sources sidebar content: titlef0: "expression"f1: undefinedf2: nullf3: Objectf4:
Array[0]f5: Array[3]f6: Objectf7: 42f8: Locationf9: HTMLCollection[1]f10: ()__p
roto__: Object | 50 sources sidebar content: titlef0: "expression"f1: undefinedf2: nullf3: Objectf4:
Array[0]f5: Array[3]f6: Objectf7: 42f8: Locationf9: HTMLCollection[1]f10: ()__p
roto__: Object |
| 52 RUNNING TEST: extension_testSourcesSidebarSetExpressionOnShown | 51 RUNNING TEST: extension_testSourcesSidebarSetExpressionOnShown |
| 53 setExpression onShown frame: undefined | 52 setExpression onShown frame: undefined |
| 54 RUNNING TEST: extension_testSourcesSidebarSetObject | 53 RUNNING TEST: extension_testSourcesSidebarSetObject |
| 55 Watch sidebar created, callback arguments dump follows: | 54 Watch sidebar created, callback arguments dump follows: |
| 56 { | 55 { |
| (...skipping 26 matching lines...) Expand all Loading... |
| 83 removeListener : <function> | 82 removeListener : <function> |
| 84 } | 83 } |
| 85 setExpression : <function> | 84 setExpression : <function> |
| 86 setHeight : <function> | 85 setHeight : <function> |
| 87 setObject : <function> | 86 setObject : <function> |
| 88 setPage : <function> | 87 setPage : <function> |
| 89 } | 88 } |
| 90 sidebar height 150 | 89 sidebar height 150 |
| 91 All tests done. | 90 All tests done. |
| 92 | 91 |
| OLD | NEW |