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

Side by Side Diff: LayoutTests/platform/chromium/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 length: 1 16 length: 1
17 __proto__: NodeList console-dir.html:10 17 __proto__: NodeList console-dir.html:10
18 18
19 XPathResult 19 XPathResult
20 booleanValue: [Exception: XPathException] 20 booleanValue: [Exception: XPathException]
21 invalidIteratorState: false 21 invalidIteratorState: false
22 numberValue: [Exception: XPathException] 22 numberValue: [Exception: XPathException]
23 resultType: 4 23 resultType: 4
24 singleNodeValue: [Exception: XPathException] 24 singleNodeValue: [Exception: XPathException]
25 snapshotLength: [Exception: XPathException] 25 snapshotLength: [Exception: XPathException]
26 stringValue: [Exception: XPathException] 26 stringValue: [Exception: XPathException]
27 __proto__: XPathResult console-dir.html:11 27 __proto__: XPathResult console-dir.html:11
28 28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698