| Index: LayoutTests/fast/forms/month/input-valueasnumber-month.html
|
| diff --git a/LayoutTests/fast/forms/month/input-valueasnumber-month.html b/LayoutTests/fast/forms/month/input-valueasnumber-month.html
|
| index 4b78ee113d1761cabebe712685bc236e00ae7e3f..4d8a7e3ec023c5eded8770188d9e9fd342f9f6e0 100644
|
| --- a/LayoutTests/fast/forms/month/input-valueasnumber-month.html
|
| +++ b/LayoutTests/fast/forms/month/input-valueasnumber-month.html
|
| @@ -54,6 +54,5 @@ shouldThrow('input.valueAsNumber = Infinity', '"NotSupportedError: The implement
|
| shouldThrow('input.valueAsNumber = Number.POSITIVE_INFINITY', '"NotSupportedError: The implementation did not support the requested type of object or operation."');
|
| shouldThrow('input.valueAsNumber = Number.NEGATIVE_INFINITY', '"NotSupportedError: The implementation did not support the requested type of object or operation."');
|
| </script>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|