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

Unified 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: added preview test Created 7 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/console/console-dir-expected.txt
diff --git a/LayoutTests/inspector/console/console-dir-expected.txt b/LayoutTests/inspector/console/console-dir-expected.txt
index a2268673f3dd477f5683faa318d6ec2fee2252b1..5370e37f2f8e7187d973ce6a0dde49f0ed1e346f 100644
--- a/LayoutTests/inspector/console/console-dir-expected.txt
+++ b/LayoutTests/inspector/console/console-dir-expected.txt
@@ -1,7 +1,7 @@
CONSOLE MESSAGE: line 9: test1,test2
CONSOLE MESSAGE: line 10: [object NodeList]
CONSOLE MESSAGE: line 11: [object XPathResult]
-CONSOLE MESSAGE: line 20: [object Object]
+CONSOLE MESSAGE: line 21: [object Object]
Tests that console logging dumps proper messages.
@@ -34,5 +34,6 @@ Object
$foo5_: 0
"a↵↵b↵c": "a↵↵b↵c"
c d: "c d"
- __proto__: Object console-dir.html:20
+ negZero: -0
+ __proto__: Object console-dir.html:21

Powered by Google App Engine
This is Rietveld 408576698