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

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

Issue 82553008: DevTools: Show -0 for negative zero in console. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: addressed 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 20: [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
(...skipping 12 matching lines...) Expand all
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 __proto__: Object console-dir.html:20 37 negZero: -0
38 __proto__: Object console-dir.html:21
38 39
OLDNEW
« no previous file with comments | « LayoutTests/inspector/console/console-dir.html ('k') | LayoutTests/inspector/console/console-format.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698