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

Side by Side Diff: LayoutTests/inspector/console/console-dir-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 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 __proto__: NodeList 21 __proto__: NodeList
22 console-dir.html:11 XPathResult 22 console-dir.html:11 XPathResult
23 booleanValue: [Exception: TypeError: Failed to read the 'booleanValue' prope rty from 'XPathResult': The result type is not a boolean.
24 ]
25 invalidIteratorState: false 23 invalidIteratorState: false
26 numberValue: [Exception: TypeError: Failed to read the 'numberValue' propert y from 'XPathResult': The result type is not a number.
27 ]
28 resultType: 4 24 resultType: 4
29 singleNodeValue: [Exception: TypeError: Failed to read the 'singleNodeValue' property from 'XPathResult': The result type is not a single node.
30 ]
31 snapshotLength: [Exception: TypeError: Failed to read the 'snapshotLength' p roperty from 'XPathResult': The result type is not a snapshot.
32 ]
33 stringValue: [Exception: TypeError: Failed to read the 'stringValue' propert y from 'XPathResult': The result type is not a string.
34 ]
35 __proto__: XPathResult 25 __proto__: XPathResult
36 console-dir.html:21 Object 26 console-dir.html:21 Object
37 "": "" 27 "": ""
38 " ": " " 28 " ": " "
39 " a b ": " a b " 29 " a b ": " a b "
40 $foo5_: 0 30 $foo5_: 0
41 "a↵↵b↵c": "a↵↵b↵c" 31 "a↵↵b↵c": "a↵↵b↵c"
42 c d: "c d" 32 c d: "c d"
43 negZero: -0 33 negZero: -0
44 __proto__: Object 34 __proto__: Object
(...skipping 22 matching lines...) Expand all
67 __proto__: function Empty() {} 57 __proto__: function Empty() {}
68 <function scope> 58 <function scope>
69 No Scopes 59 No Scopes
70 console-dir.html:39 Uint8Array[400000000] 60 console-dir.html:39 Uint8Array[400000000]
71 [0 … 99999999] 61 [0 … 99999999]
72 [100000000 … 199999999] 62 [100000000 … 199999999]
73 [200000000 … 299999999] 63 [200000000 … 299999999]
74 [300000000 … 399999999] 64 [300000000 … 399999999]
75 __proto__: Uint8Array 65 __proto__: Uint8Array
76 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698