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 |
46 RUNNING TEST: extension_testSourcesSidebarPageReplacedWithObject | 47 RUNNING TEST: extension_testSourcesSidebarPageReplacedWithObject |
47 Got onShown(), frame defined | 48 Got onShown(), frame defined |
48 Got onShown(), frame not defined | 49 Got onShown(), frame not defined |
49 RUNNING TEST: extension_testSourcesSidebarSetExpression | 50 RUNNING TEST: extension_testSourcesSidebarSetExpression |
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 | 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 |
51 RUNNING TEST: extension_testSourcesSidebarSetExpressionOnShown | 52 RUNNING TEST: extension_testSourcesSidebarSetExpressionOnShown |
52 setExpression onShown frame: undefined | 53 setExpression onShown frame: undefined |
53 RUNNING TEST: extension_testSourcesSidebarSetObject | 54 RUNNING TEST: extension_testSourcesSidebarSetObject |
54 Watch sidebar created, callback arguments dump follows: | 55 Watch sidebar created, callback arguments dump follows: |
55 { | 56 { |
(...skipping 23 matching lines...) Expand all Loading... |
79 } | 80 } |
80 onShown : { | 81 onShown : { |
81 addListener : <function> | 82 addListener : <function> |
82 removeListener : <function> | 83 removeListener : <function> |
83 } | 84 } |
84 setExpression : <function> | 85 setExpression : <function> |
85 setHeight : <function> | 86 setHeight : <function> |
86 setObject : <function> | 87 setObject : <function> |
87 setPage : <function> | 88 setPage : <function> |
88 } | 89 } |
| 90 sidebar height 150 |
89 All tests done. | 91 All tests done. |
90 | 92 |
OLD | NEW |