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

Unified Diff: LayoutTests/inspector/console/console-dir.html

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
« no previous file with comments | « no previous file | LayoutTests/inspector/console/console-dir-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/console/console-dir.html
diff --git a/LayoutTests/inspector/console/console-dir.html b/LayoutTests/inspector/console/console-dir.html
index 0245434cb36bb29decc7399b8585e58e45631500..9fcab53da7b7b4422dfe8afdbc0c0fa65e5fe119 100644
--- a/LayoutTests/inspector/console/console-dir.html
+++ b/LayoutTests/inspector/console/console-dir.html
@@ -17,6 +17,7 @@ function onload()
obj[""] = "";
obj[" "] = " ";
obj["a\n\nb\nc"] = "a\n\nb\nc";
+ obj["negZero"] = -0;
console.dir(obj);
runTest();
« no previous file with comments | « no previous file | LayoutTests/inspector/console/console-dir-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698