Index: LayoutTests/fast/forms/input-stepup-stepdown.html |
diff --git a/LayoutTests/fast/forms/input-stepup-stepdown.html b/LayoutTests/fast/forms/input-stepup-stepdown.html |
index 2a9ed272427dfa0de8a21c7841aa753e5c5fde50..0ce6e42f8094bc9711a0c9c0ca12ccdac1827669 100644 |
--- a/LayoutTests/fast/forms/input-stepup-stepdown.html |
+++ b/LayoutTests/fast/forms/input-stepup-stepdown.html |
@@ -19,6 +19,5 @@ shouldThrow('input.stepDown(0)', '"InvalidStateError: An attempt was made to use |
shouldThrow('input.stepUp()', '"InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable."'); |
shouldThrow('input.stepUp(0)', '"InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable."'); |
</script> |
-<script src="../../fast/js/resources/js-test-post.js"></script> |
</body> |
</html> |