Index: LayoutTests/fast/events/constructors/progress-event-constructor.html |
diff --git a/LayoutTests/fast/events/constructors/progress-event-constructor.html b/LayoutTests/fast/events/constructors/progress-event-constructor.html |
index f2752e2a3806f92fe0d82718dc75ec5c48eb46b2..5976392ea20787ec7bfbcc095b3544e67e80b328 100644 |
--- a/LayoutTests/fast/events/constructors/progress-event-constructor.html |
+++ b/LayoutTests/fast/events/constructors/progress-event-constructor.html |
@@ -71,6 +71,5 @@ shouldBe("new ProgressEvent('eventType', { bubbles: true, cancelable: true, leng |
shouldBe("new ProgressEvent('eventType', { bubbles: true, cancelable: true, lengthComputable: true, loaded: 12345, total: 12345 }).loaded", "12345"); |
shouldBe("new ProgressEvent('eventType', { bubbles: true, cancelable: true, lengthComputable: true, loaded: 12345, total: 12345 }).total", "12345"); |
</script> |
-<script src="../../js/resources/js-test-post.js"></script> |
</body> |
</html> |