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

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

Issue 984523003: bindings: Moves most of DOM attributes to prototype chains. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated test results. Created 5 years, 9 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 | Annotate | Revision Log
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 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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698