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

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

Issue 2543303002: DevTools: rebaseline tests after V8 roll (Closed)
Patch Set: DevTools: rebaseline expectations after injected script source change Created 4 years 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: 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
10 RUNNING TEST: extension_testElementsSidebarSetObject 10 RUNNING TEST: extension_testElementsSidebarSetObject
11 Watch sidebar created, callback arguments dump follows: 11 Watch sidebar created, callback arguments dump follows:
12 { 12 {
13 0 : { 13 0 : {
14 onHidden : { 14 onHidden : {
15 addListener : <function> 15 addListener : <function>
16 removeListener : <function> 16 removeListener : <function>
17 } 17 }
18 onShown : { 18 onShown : {
19 addListener : <function> 19 addListener : <function>
(...skipping 20 matching lines...) Expand all
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 RUNNING TEST: extension_testSourcesSidebarPageReplacedWithObject 46 RUNNING TEST: extension_testSourcesSidebarPageReplacedWithObject
47 Got onShown(), frame defined 47 Got onShown(), frame defined
48 Got onShown(), frame not defined 48 Got onShown(), frame not defined
49 RUNNING TEST: extension_testSourcesSidebarSetExpression 49 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: funct ion ()__proto__: Object 50 sources sidebar content: titlef0: "expression"f1: undefinedf2: nullf3: Objectf4: Array(0)f5: Array(3)f6: Objectf7: 42f8: Locationf9: HTMLCollection(1)f10: funct ion ()__proto__: Object
51 RUNNING TEST: extension_testSourcesSidebarSetExpressionOnShown 51 RUNNING TEST: extension_testSourcesSidebarSetExpressionOnShown
52 setExpression onShown frame: undefined 52 setExpression onShown frame: undefined
53 RUNNING TEST: extension_testSourcesSidebarSetObject 53 RUNNING TEST: extension_testSourcesSidebarSetObject
54 Watch sidebar created, callback arguments dump follows: 54 Watch sidebar created, callback arguments dump follows:
55 { 55 {
56 0 : { 56 0 : {
57 onHidden : { 57 onHidden : {
58 addListener : <function> 58 addListener : <function>
59 removeListener : <function> 59 removeListener : <function>
60 } 60 }
(...skipping 21 matching lines...) Expand all
82 removeListener : <function> 82 removeListener : <function>
83 } 83 }
84 setExpression : <function> 84 setExpression : <function>
85 setHeight : <function> 85 setHeight : <function>
86 setObject : <function> 86 setObject : <function>
87 setPage : <function> 87 setPage : <function>
88 } 88 }
89 sidebar height 150 89 sidebar height 150
90 All tests done. 90 All tests done.
91 91
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698