| Index: LayoutTests/fast/forms/month/input-valueasnumber-month-expected.txt
|
| diff --git a/LayoutTests/fast/forms/month/input-valueasnumber-month-expected.txt b/LayoutTests/fast/forms/month/input-valueasnumber-month-expected.txt
|
| index 8e029efb93c9822a13c9b43da63f3fc86adfeb49..036fd1c4ebb53f1fba4ca918875afa48a30411fa 100644
|
| --- a/LayoutTests/fast/forms/month/input-valueasnumber-month-expected.txt
|
| +++ b/LayoutTests/fast/forms/month/input-valueasnumber-month-expected.txt
|
| @@ -22,12 +22,12 @@ PASS setValueAsNumberAndGetValue(275760, 9) is "275760-09"
|
| PASS setValueAsNumberAndGetValue(275760, 10) is ""
|
| Tests to set invalid values to valueAsNumber:
|
| PASS input.value = ""; input.valueAsNumber = null; input.value is "1970-01"
|
| -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 = "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 successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|