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

Unified Diff: LayoutTests/inspector/console/console-format-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, 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-format-expected.txt
diff --git a/LayoutTests/inspector/console/console-format-expected.txt b/LayoutTests/inspector/console/console-format-expected.txt
index b72e61701226e05228b2099a84478bf338ae855b..797aaaa35d716346374fcc6d21bb4ca4e1921e56 100644
--- a/LayoutTests/inspector/console/console-format-expected.txt
+++ b/LayoutTests/inspector/console/console-format-expected.txt
@@ -58,6 +58,8 @@ CONSOLE MESSAGE: line 12: [object SVGSVGElement]
CONSOLE MESSAGE: line 13: [object SVGSVGElement]
CONSOLE MESSAGE: line 12: [object Object]
CONSOLE MESSAGE: line 13: [object Object]
+CONSOLE MESSAGE: line 12: 0
+CONSOLE MESSAGE: line 13: 0
CONSOLE MESSAGE: line 12:
CONSOLE MESSAGE: line 13:
CONSOLE MESSAGE: line 12: function Object() { [native code] }
@@ -178,16 +180,20 @@ Object {bar: (...), foo: 1} console-format.html:12
[Object]0: Objectlength: 1__proto__: Array[0] console-format.html:13
globals[25]
Object {bar: (...), foo: 1}
+-0 console-format.html:12
+[-0] console-format.html:13
+globals[26]
+-0
Object {} console-format.html:12
[Object]0: Objectlength: 1__proto__: Array[0] console-format.html:13
-globals[26]
+globals[27]
Object {}
function Object() { [native code] } console-format.html:12
[function]0: function Object() { [native code] }length: 1__proto__: Array[0] console-format.html:13
-globals[27]
+globals[28]
function Object() { [native code] }
Object {} console-format.html:12
[Object]0: Objectlength: 1__proto__: Array[0] console-format.html:13
-globals[28]
+globals[29]
Object {}
« no previous file with comments | « LayoutTests/inspector/console/console-format.html ('k') | LayoutTests/inspector/console/console-object-preview.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698