Index: LayoutTests/fast/events/keyboardevent-location-constants.html |
diff --git a/LayoutTests/fast/events/keyboardevent-location-constants.html b/LayoutTests/fast/events/keyboardevent-location-constants.html |
index 49695c4e1d6344a2a1b56f7229b2a04141c7d74b..aa731978ed8fc6ecc55d0e6b626ed200626ac427 100644 |
--- a/LayoutTests/fast/events/keyboardevent-location-constants.html |
+++ b/LayoutTests/fast/events/keyboardevent-location-constants.html |
@@ -13,6 +13,5 @@ shouldBe('KeyboardEvent.DOM_KEY_LOCATION_LEFT', '0x01'); |
shouldBe('KeyboardEvent.DOM_KEY_LOCATION_RIGHT', '0x02'); |
shouldBe('KeyboardEvent.DOM_KEY_LOCATION_NUMPAD', '0x03'); |
</script> |
-<script src="../js/resources/js-test-post.js"></script> |
</body> |
</html> |