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

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

Issue 11434008: Merge 135720 - Web Inspector: object preview does not render node id, className; logs too many func… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 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 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 Tests that console logging dumps proper messages. 4 Tests that console logging dumps proper messages.
5 5
6 6
7 7
8 Array[2] 8 Array[2]
9 0: "test1" 9 0: "test1"
10 1: "test2" 10 1: "test2"
11 length: 2 11 length: 2
12 __proto__: Array[0] console-dir.html:9 12 __proto__: Array[0] console-dir.html:9
13 13
14 NodeList[1] 14 NodeList[1]
15 0: <html> 15 0: html
16 constructor: NodeListConstructor 16 constructor: NodeListConstructor
17 length: 1 17 length: 1
18 __proto__: NodeListPrototype console-dir.html:10 18 __proto__: NodeListPrototype console-dir.html:10
19 19
20 XPathResult 20 XPathResult
21 booleanValue: [Exception: XPathException] 21 booleanValue: [Exception: XPathException]
22 constructor: XPathResultConstructor 22 constructor: XPathResultConstructor
23 invalidIteratorState: false 23 invalidIteratorState: false
24 numberValue: [Exception: XPathException] 24 numberValue: [Exception: XPathException]
25 resultType: 4 25 resultType: 4
26 singleNodeValue: [Exception: XPathException] 26 singleNodeValue: [Exception: XPathException]
27 snapshotLength: [Exception: XPathException] 27 snapshotLength: [Exception: XPathException]
28 stringValue: [Exception: XPathException] 28 stringValue: [Exception: XPathException]
29 __proto__: XPathResultPrototype console-dir.html:11 29 __proto__: XPathResultPrototype console-dir.html:11
30 30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698