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

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

Issue 1017733003: [DO NOT LAND] Set @@toStringTag for DOM object prototypes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More test rebaselines 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 CONSOLE MESSAGE: line 9: test1,test2 1 CONSOLE MESSAGE: line 9: test1,test2
2 CONSOLE MESSAGE: line 10: [object NodeList] 2 CONSOLE MESSAGE: line 10: [object NodeList]
3 CONSOLE MESSAGE: line 11: [object XPathResult] 3 CONSOLE MESSAGE: line 11: [object XPathResult]
4 CONSOLE MESSAGE: line 21: [object Object] 4 CONSOLE MESSAGE: line 21: [object Object]
5 CONSOLE MESSAGE: line 24: function () {} 5 CONSOLE MESSAGE: line 24: function () {}
6 CONSOLE MESSAGE: line 28: [object Object] 6 CONSOLE MESSAGE: line 28: [object Object]
7 CONSOLE MESSAGE: line 31: [object Object] 7 CONSOLE MESSAGE: line 31: [object Object]
8 CONSOLE MESSAGE: line 32: [object Object] 8 CONSOLE MESSAGE: line 32: [object Object]
9 CONSOLE MESSAGE: line 34: function __proto__() { [native code] } 9 CONSOLE MESSAGE: line 34: function __proto__() { [native code] }
10 CONSOLE MESSAGE: line 39: [object Uint8Array] 10 CONSOLE MESSAGE: line 39: [object Uint8Array]
11 Tests that console logging dumps proper messages. 11 Tests that console logging dumps proper messages.
12 12
13 console-dir.html:9 Array[2] 13 console-dir.html:9 Array[2]
14 0: "test1" 14 0: "test1"
15 1: "test2" 15 1: "test2"
16 length: 2 16 length: 2
17 __proto__: Array[0] 17 __proto__: Array[0]
18 console-dir.html:10 NodeList[1] 18 console-dir.html:10 NodeList[1]
19 0: html 19 0: html
20 length: 1 20 length: 1
21 Symbol(Symbol.toStringTag): "NodeList"
21 __proto__: NodeList 22 __proto__: NodeList
22 console-dir.html:11 XPathResult 23 console-dir.html:11 XPathResult
23 invalidIteratorState: false 24 invalidIteratorState: false
24 resultType: 4 25 resultType: 4
26 Symbol(Symbol.toStringTag): "XPathResult"
25 __proto__: XPathResult 27 __proto__: XPathResult
26 console-dir.html:21 Object 28 console-dir.html:21 Object
27 "": "" 29 "": ""
28 " ": " " 30 " ": " "
29 " a b ": " a b " 31 " a b ": " a b "
30 $foo5_: 0 32 $foo5_: 0
31 "a↵↵b↵c": "a↵↵b↵c" 33 "a↵↵b↵c": "a↵↵b↵c"
32 c d: "c d" 34 c d: "c d"
33 negZero: -0 35 negZero: -0
34 __proto__: Object 36 __proto__: Object
(...skipping 22 matching lines...) Expand all
57 __proto__: function Empty() {} 59 __proto__: function Empty() {}
58 <function scope> 60 <function scope>
59 No Scopes 61 No Scopes
60 console-dir.html:39 Uint8Array[400000000] 62 console-dir.html:39 Uint8Array[400000000]
61 [0 … 99999999] 63 [0 … 99999999]
62 [100000000 … 199999999] 64 [100000000 … 199999999]
63 [200000000 … 299999999] 65 [200000000 … 299999999]
64 [300000000 … 399999999] 66 [300000000 … 399999999]
65 __proto__: Uint8Array 67 __proto__: Uint8Array
66 68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698