Index: LayoutTests/fast/events/constructors/media-stream-event-constructor.html |
diff --git a/LayoutTests/fast/events/constructors/media-stream-event-constructor.html b/LayoutTests/fast/events/constructors/media-stream-event-constructor.html |
index b7cbc3c462f708170888b91201639fca14e8c1b1..206f843657d7dfc59db99ad0c03feb6849ef3c05 100644 |
--- a/LayoutTests/fast/events/constructors/media-stream-event-constructor.html |
+++ b/LayoutTests/fast/events/constructors/media-stream-event-constructor.html |
@@ -50,6 +50,5 @@ shouldBe("new MediaStreamEvent('eventType', { bubbles: true, cancelable: true, s |
shouldBe("new MediaStreamEvent('eventType', { bubbles: true, cancelable: true, stream: mediaStream }).cancelable", "true"); |
shouldBe("new MediaStreamEvent('eventType', { bubbles: true, cancelable: true, stream: mediaStream }).stream", "mediaStream"); |
</script> |
-<script src="../../js/resources/js-test-post.js"></script> |
</body> |
</html> |