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

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

Issue 1905493002: Make the extension's sidebar pane auto-resizable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix layout tests Created 4 years, 7 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
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 23 matching lines...) Expand all
80 } 79 }
81 onShown : { 80 onShown : {
82 addListener : <function> 81 addListener : <function>
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
91 All tests done. 89 All tests done.
92 90
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698