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 |