Index: LayoutTests/fast/events/constructors/pop-state-event-constructor.html |
diff --git a/LayoutTests/fast/events/constructors/pop-state-event-constructor.html b/LayoutTests/fast/events/constructors/pop-state-event-constructor.html |
index d824f09090c319bf2cadf99be79f247358024625..edff38f9554e74d8e90b514323622a5223f5a9f9 100644 |
--- a/LayoutTests/fast/events/constructors/pop-state-event-constructor.html |
+++ b/LayoutTests/fast/events/constructors/pop-state-event-constructor.html |
@@ -46,6 +46,5 @@ shouldBe("new PopStateEvent('eventType', { bubbles: true, cancelable: true, stat |
shouldBe("new PopStateEvent('eventType', { bubbles: true, cancelable: true, state: object3 }).cancelable", "true"); |
shouldBe("new PopStateEvent('eventType', { bubbles: true, cancelable: true, state: object3 }).state", "object3"); |
</script> |
-<script src="../../js/resources/js-test-post.js"></script> |
</body> |
</html> |