Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/extensions/extensions-sidebar-expected.txt

Issue 2155173003: Revert of Make the extension's sidebar pane auto-resizable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698