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

Unified Diff: LayoutTests/inspector/runtime/runtime-setPropertyValue-expected.txt

Issue 83383002: DevTools: Allow setting -0 value to object property (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/runtime/runtime-setPropertyValue-expected.txt
diff --git a/LayoutTests/inspector/runtime/runtime-setPropertyValue-expected.txt b/LayoutTests/inspector/runtime/runtime-setPropertyValue-expected.txt
index 98010f4e64f3717439799fd883ffd16d8a9a01e2..481a08492286f2c1d27d4dcf59b8b8bd721ea4fa 100644
--- a/LayoutTests/inspector/runtime/runtime-setPropertyValue-expected.txt
+++ b/LayoutTests/inspector/runtime/runtime-setPropertyValue-expected.txt
@@ -25,6 +25,8 @@ CONSOLE MESSAGE: line 13:
CONSOLE MESSAGE: line 11: ===== Set non-finite numbers =====
CONSOLE MESSAGE: line 12: {"foo":"NaN","foo1":"Infinity","foo2":"-Infinity"}
CONSOLE MESSAGE: line 13:
+CONSOLE MESSAGE: line 25: ===== Checking negative zero =====
+CONSOLE MESSAGE: line 26: 1/-0 = -Infinity
Tests WebInspector.RemoveObject.setPropertyValue implementation.
@@ -47,5 +49,7 @@ exception
Running: testSetNonFiniteNumbers
+Running: testNegativeZero
+
Running: testReleaseObjectIsCalled
« no previous file with comments | « LayoutTests/inspector/runtime/runtime-setPropertyValue.html ('k') | Source/devtools/front_end/RemoteObject.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698