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

Side by Side Diff: LayoutTests/inspector/console/console-format-collections-expected.txt

Issue 1102313002: bindings: Move named/indexed attributes to prototype chains. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE MESSAGE: line 15: [object HTMLCollection] 1 CONSOLE MESSAGE: line 15: [object HTMLCollection]
2 CONSOLE MESSAGE: line 19: [object HTMLCollection] 2 CONSOLE MESSAGE: line 19: [object HTMLCollection]
3 CONSOLE MESSAGE: line 23: [object HTMLOptionsCollection] 3 CONSOLE MESSAGE: line 23: [object HTMLOptionsCollection]
4 CONSOLE MESSAGE: line 27: [object HTMLAllCollection] 4 CONSOLE MESSAGE: line 27: [object HTMLAllCollection]
5 CONSOLE MESSAGE: line 31: [object HTMLFormControlsCollection] 5 CONSOLE MESSAGE: line 31: [object HTMLFormControlsCollection]
6 CONSOLE MESSAGE: line 35: [object RadioNodeList] 6 CONSOLE MESSAGE: line 35: [object RadioNodeList]
7 CONSOLE MESSAGE: line 41: 1,2, 7 CONSOLE MESSAGE: line 41: 1,2,
8 CONSOLE MESSAGE: line 44: [object Object] 8 CONSOLE MESSAGE: line 44: [object Object]
9 CONSOLE MESSAGE: line 51: [object Object] 9 CONSOLE MESSAGE: line 51: [object Object]
10 CONSOLE MESSAGE: line 55: [object DOMTokenList] 10 CONSOLE MESSAGE: line 55: [object DOMTokenList]
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 console-format-collections.html:58 ArrayLike[5] 49 console-format-collections.html:58 ArrayLike[5]
50 console-format-collections.html:59 ArrayLike[4294967295] 50 console-format-collections.html:59 ArrayLike[4294967295]
51 console-format-collections.html:61 ArrayLike 51 console-format-collections.html:61 ArrayLike
52 console-format-collections.html:62 ArrayLike 52 console-format-collections.html:62 ArrayLike
53 console-format-collections.html:63 ArrayLike 53 console-format-collections.html:63 ArrayLike
54 console-format-collections.html:64 ArrayLike 54 console-format-collections.html:64 ArrayLike
55 console-format-collections.html:65 ArrayLike 55 console-format-collections.html:65 ArrayLike
56 console-format-collections.html:66 ArrayLike 56 console-format-collections.html:66 ArrayLike
57 console-format-collections.html:15 [select#sel, sel: select#sel] 57 console-format-collections.html:15 [select#sel, sel: select#sel]
58 console-format-collections.html:19 [script, script, script] 58 console-format-collections.html:19 [script, script, script]
59 console-format-collections.html:23 [option, option, selectedIndex: 0] 59 console-format-collections.html:23 [option, option]
60 console-format-collections.html:27 [html, head, script, script, script, body, p, div.c1.c2.c3, form#f, select#sel, option, option, input, input, f: form#f, sel: select#sel, x: NodeList[2]] 60 console-format-collections.html:27 [html, head, script, script, script, body, p, div.c1.c2.c3, form#f, select#sel, option, option, input, input, f: form#f, sel: select#sel, x: NodeList[2]]
61 console-format-collections.html:31 [select#sel, input, input, sel: select#sel, x : RadioNodeList[2]] 61 console-format-collections.html:31 [select#sel, input, input, sel: select#sel, x : RadioNodeList[2]]
62 console-format-collections.html:35 [input, input, value: ""] 62 console-format-collections.html:35 [input, input]
63 console-format-collections.html:41 [1, Array[2]] 63 console-format-collections.html:41 [1, Array[2]]
64 console-format-collections.html:44 NonArrayWithLength {keys: Array[0]} 64 console-format-collections.html:44 NonArrayWithLength {keys: Array[0]}
65 console-format-collections.html:51 [1, "2"] 65 console-format-collections.html:51 [1, "2"]
66 console-format-collections.html:55 ["c1", "c2", "c3"] 66 console-format-collections.html:55 ["c1", "c2", "c3"]
67 console-format-collections.html:58 [] 67 console-format-collections.html:58 []
68 console-format-collections.html:59 [] 68 console-format-collections.html:59 []
69 console-format-collections.html:61 ArrayLike {length: -5} 69 console-format-collections.html:61 ArrayLike {length: -5}
70 console-format-collections.html:62 ArrayLike {length: 5.6} 70 console-format-collections.html:62 ArrayLike {length: 5.6}
71 console-format-collections.html:63 ArrayLike {length: NaN} 71 console-format-collections.html:63 ArrayLike {length: NaN}
72 console-format-collections.html:64 ArrayLike {length: Infinity} 72 console-format-collections.html:64 ArrayLike {length: Infinity}
73 console-format-collections.html:65 ArrayLike {length: -0} 73 console-format-collections.html:65 ArrayLike {length: -0}
74 console-format-collections.html:66 ArrayLike {length: 4294967296} 74 console-format-collections.html:66 ArrayLike {length: 4294967296}
75 75
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698