Index: LayoutTests/fast/events/constructors/hash-change-event-constructor.html |
diff --git a/LayoutTests/fast/events/constructors/hash-change-event-constructor.html b/LayoutTests/fast/events/constructors/hash-change-event-constructor.html |
index 4c9ad25e72891ad0d89a9fe47df6eb0445bb9689..d65a3744db3c09b9576c1bbca5d8121fab31bce6 100644 |
--- a/LayoutTests/fast/events/constructors/hash-change-event-constructor.html |
+++ b/LayoutTests/fast/events/constructors/hash-change-event-constructor.html |
@@ -48,6 +48,5 @@ shouldBe("new HashChangeEvent('eventType', { bubbles: true, cancelable: true, ol |
shouldBeEqualToString("new HashChangeEvent('eventType', { bubbles: true, cancelable: true, oldURL: 'doremi', newURL: 'andre' }).oldURL", "doremi"); |
shouldBeEqualToString("new HashChangeEvent('eventType', { bubbles: true, cancelable: true, oldURL: 'doremi', newURL: 'andre' }).newURL", "andre"); |
</script> |
-<script src="../../js/resources/js-test-post.js"></script> |
</body> |
</html> |