| Index: LayoutTests/fast/forms/number/number-valueasnumber.html
|
| diff --git a/LayoutTests/fast/forms/number/number-valueasnumber.html b/LayoutTests/fast/forms/number/number-valueasnumber.html
|
| index bebca7f63b710a51fd4623da1819b57401afad51..9b21f6286dc3633543f830a329bbde01c2dffad0 100644
|
| --- a/LayoutTests/fast/forms/number/number-valueasnumber.html
|
| +++ b/LayoutTests/fast/forms/number/number-valueasnumber.html
|
| @@ -75,6 +75,5 @@ shouldThrow('setValueAsNumberAndGetValue(Infinity)', '"NotSupportedError: The im
|
| shouldThrow('setValueAsNumberAndGetValue(Number.POSITIVE_INFINITY)', '"NotSupportedError: The implementation did not support the requested type of object or operation."');
|
| shouldThrow('setValueAsNumberAndGetValue(Number.NEGATIVE_INFINITY)', '"NotSupportedError: The implementation did not support the requested type of object or operation."');
|
| </script>
|
| -<script src="../../../fast/js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|