Index: LayoutTests/fast/forms/datetimelocal/input-valueasnumber-datetimelocal-expected.txt |
diff --git a/LayoutTests/fast/forms/datetimelocal/input-valueasnumber-datetimelocal-expected.txt b/LayoutTests/fast/forms/datetimelocal/input-valueasnumber-datetimelocal-expected.txt |
index ef9c4a24a60d8b427bd7c9469253a71718720c6c..7a64080cd0d2c9af7fa8b35541482a4ccd1098c8 100644 |
--- a/LayoutTests/fast/forms/datetimelocal/input-valueasnumber-datetimelocal-expected.txt |
+++ b/LayoutTests/fast/forms/datetimelocal/input-valueasnumber-datetimelocal-expected.txt |
@@ -18,13 +18,13 @@ PASS setValueAsNumberAndGetValue(275760, 8, 12, 0, 0, 0, 1) is "275760-09-12T00: |
PASS setValueAsNumberAndGetValue(275760, 8, 13, 0, 0, 0, 0) is "275760-09-13T00:00" |
Tests to set invalid values to valueAsNumber: |
PASS input.value = ""; input.valueAsNumber = null; input.value is "1970-01-01T00:00" |
-PASS input.valueAsNumber = "foo" threw exception Error: NotSupportedError: DOM Exception 9. |
-PASS input.valueAsNumber = NaN threw exception Error: NotSupportedError: DOM Exception 9. |
-PASS input.valueAsNumber = Number.NaN threw exception Error: NotSupportedError: DOM Exception 9. |
-PASS input.valueAsNumber = Infinity threw exception Error: NotSupportedError: DOM Exception 9. |
-PASS input.valueAsNumber = Number.POSITIVE_INFINITY threw exception Error: NotSupportedError: DOM Exception 9. |
-PASS input.valueAsNumber = Number.NEGATIVE_INFINITY threw exception Error: NotSupportedError: DOM Exception 9. |
-PASS input.valueAsNumber = Date.UTC(275760, 8, 13, 0, 0, 0, 1) threw exception Error: NotSupportedError: DOM Exception 9. |
+PASS input.valueAsNumber = "foo" threw exception NotSupportedError: The implementation did not support the requested type of object or operation.. |
+PASS input.valueAsNumber = NaN threw exception NotSupportedError: The implementation did not support the requested type of object or operation.. |
+PASS input.valueAsNumber = Number.NaN threw exception NotSupportedError: The implementation did not support the requested type of object or operation.. |
+PASS input.valueAsNumber = Infinity threw exception NotSupportedError: The implementation did not support the requested type of object or operation.. |
+PASS input.valueAsNumber = Number.POSITIVE_INFINITY threw exception NotSupportedError: The implementation did not support the requested type of object or operation.. |
+PASS input.valueAsNumber = Number.NEGATIVE_INFINITY threw exception NotSupportedError: The implementation did not support the requested type of object or operation.. |
+PASS input.valueAsNumber = Date.UTC(275760, 8, 13, 0, 0, 0, 1) threw exception NotSupportedError: The implementation did not support the requested type of object or operation.. |
Step attribute value and string representation: |
PASS input.step = "1"; setValueAsNumberAndGetValue(2010, 0, 21, 0, 0, 0, 0) is "2010-01-21T00:00:00" |
PASS input.step = "0.001"; setValueAsNumberAndGetValue(2010, 0, 21, 0, 0, 0, 0) is "2010-01-21T00:00:00.000" |