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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/console/console-format-collections-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 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 Arguments] 9 CONSOLE MESSAGE: line 51: [object Arguments]
10 CONSOLE MESSAGE: line 55: [object DOMTokenList] 10 CONSOLE MESSAGE: line 55: [object DOMTokenList]
(...skipping 18 matching lines...) Expand all
29 CONSOLE MESSAGE: line 58: [object Object] 29 CONSOLE MESSAGE: line 58: [object Object]
30 CONSOLE MESSAGE: line 59: [object Object] 30 CONSOLE MESSAGE: line 59: [object Object]
31 CONSOLE MESSAGE: line 61: [object Object] 31 CONSOLE MESSAGE: line 61: [object Object]
32 CONSOLE MESSAGE: line 62: [object Object] 32 CONSOLE MESSAGE: line 62: [object Object]
33 CONSOLE MESSAGE: line 63: [object Object] 33 CONSOLE MESSAGE: line 63: [object Object]
34 CONSOLE MESSAGE: line 64: [object Object] 34 CONSOLE MESSAGE: line 64: [object Object]
35 CONSOLE MESSAGE: line 65: [object Object] 35 CONSOLE MESSAGE: line 65: [object Object]
36 CONSOLE MESSAGE: line 66: [object Object] 36 CONSOLE MESSAGE: line 66: [object Object]
37 Tests that console nicely formats HTML Collections, NodeLists and DOMTokenLists. 37 Tests that console nicely formats HTML Collections, NodeLists and DOMTokenLists.
38 38
39 console-format-collections.html:15 HTMLCollection[1] 39 console-format-collections.html:15 HTMLCollection(1)
40 console-format-collections.html:19 HTMLCollection[3] 40 console-format-collections.html:19 HTMLCollection(3)
41 console-format-collections.html:23 HTMLOptionsCollection[2] 41 console-format-collections.html:23 HTMLOptionsCollection(2)
42 console-format-collections.html:27 HTMLAllCollection[14] 42 console-format-collections.html:27 HTMLAllCollection(14)
43 console-format-collections.html:31 HTMLFormControlsCollection[3] 43 console-format-collections.html:31 HTMLFormControlsCollection(3)
44 console-format-collections.html:35 RadioNodeList[2] 44 console-format-collections.html:35 RadioNodeList(2)
45 console-format-collections.html:41 Array[2] 45 console-format-collections.html:41 Array(2)
46 console-format-collections.html:44 NonArrayWithLength 46 console-format-collections.html:44 NonArrayWithLength
47 console-format-collections.html:51 Arguments[2] 47 console-format-collections.html:51 Arguments(2)
48 console-format-collections.html:55 DOMTokenList[3] 48 console-format-collections.html:55 DOMTokenList(3)
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, selectedIndex: 0]
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, value: ""]
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", value: "c1 c2 c3"] 66 console-format-collections.html:55 ["c1", "c2", "c3", value: "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