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

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

Issue 94403002: Move popular DOM attributes to prorotype chains (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | 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 Tests that console logging dumps proper messages. 5 Tests that console logging dumps proper messages.
6 6
7 7
8 8
9 Array[2] 9 Array[2]
10 0: "test1" 10 0: "test1"
11 1: "test2" 11 1: "test2"
12 length: 2 12 length: 2
13 __proto__: Array[0] console-dir.html:9 13 __proto__: Array[0] console-dir.html:9
14 14
15 NodeList[1] 15 NodeList[1]
16 0: html 16 0: html
17 length: 1 17 length: (...)
haraken 2013/11/29 04:39:40 This change looks strange. Looking.
haraken 2013/11/29 05:19:49 Ah, understood. The '(...)' is a link with a 'Invo
18 __proto__: NodeList console-dir.html:10 18 __proto__: NodeList console-dir.html:10
19 19
20 XPathResult 20 XPathResult
21 booleanValue: [Exception: TypeError] 21 booleanValue: [Exception: TypeError]
22 invalidIteratorState: false 22 invalidIteratorState: false
23 numberValue: [Exception: TypeError] 23 numberValue: [Exception: TypeError]
24 resultType: 4 24 resultType: 4
25 singleNodeValue: [Exception: TypeError] 25 singleNodeValue: [Exception: TypeError]
26 snapshotLength: [Exception: TypeError] 26 snapshotLength: [Exception: TypeError]
27 stringValue: [Exception: TypeError] 27 stringValue: [Exception: TypeError]
28 __proto__: XPathResult console-dir.html:11 28 __proto__: XPathResult console-dir.html:11
29 29
30 Object 30 Object
31 "": "" 31 "": ""
32 " ": " " 32 " ": " "
33 " a b ": " a b " 33 " a b ": " a b "
34 $foo5_: 0 34 $foo5_: 0
35 "a↵↵b↵c": "a↵↵b↵c" 35 "a↵↵b↵c": "a↵↵b↵c"
36 c d: "c d" 36 c d: "c d"
37 negZero: -0 37 negZero: -0
38 __proto__: Object console-dir.html:21 38 __proto__: Object console-dir.html:21
39 39
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/dom-attribute-on-prototype-chain-expected.txt ('k') | Source/core/dom/Document.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698