| 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 log: Extension server error: Inspector protocol error: Object has too long refer
ence chain(must not be longer than 1000) | |
| 10 elements sidebar content: titlef0: "expression"f1: undefinedf2: nullf3: Objectf4
: Array[0]f5: Array[3]f6: Objectf7: 42f8: Locationf9: HTMLCollection[1]f10: func
tion () {}f11: "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: func
tion () {}f11: "foo"__proto__: Object |
| 11 RUNNING TEST: extension_testElementsSidebarSetObject | 10 RUNNING TEST: extension_testElementsSidebarSetObject |
| 12 Watch sidebar created, callback arguments dump follows: | 11 Watch sidebar created, callback arguments dump follows: |
| 13 { | 12 { |
| 14 0 : { | 13 0 : { |
| 15 onHidden : { | 14 onHidden : { |
| 16 addListener : <function> | 15 addListener : <function> |
| 17 removeListener : <function> | 16 removeListener : <function> |
| 18 } | 17 } |
| 19 onShown : { | 18 onShown : { |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 removeListener : <function> | 83 removeListener : <function> |
| 85 } | 84 } |
| 86 setExpression : <function> | 85 setExpression : <function> |
| 87 setHeight : <function> | 86 setHeight : <function> |
| 88 setObject : <function> | 87 setObject : <function> |
| 89 setPage : <function> | 88 setPage : <function> |
| 90 } | 89 } |
| 91 sidebar height 150 | 90 sidebar height 150 |
| 92 All tests done. | 91 All tests done. |
| 93 | 92 |
| OLD | NEW |