Index: LayoutTests/fast/events/constructors/webgl-context-event-constructor.html |
diff --git a/LayoutTests/fast/events/constructors/webgl-context-event-constructor.html b/LayoutTests/fast/events/constructors/webgl-context-event-constructor.html |
index 985c0639cd625058945b5b159d2eb3b5a0c73842..c78161f92e4d7eefffa8091bf1ceb570c03d25b9 100644 |
--- a/LayoutTests/fast/events/constructors/webgl-context-event-constructor.html |
+++ b/LayoutTests/fast/events/constructors/webgl-context-event-constructor.html |
@@ -46,6 +46,5 @@ shouldBe("new WebGLContextEvent('eventType', { bubbles: true, cancelable: true, |
shouldBe("new WebGLContextEvent('eventType', { bubbles: true, cancelable: true, statusMessage: 'abcde' }).cancelable", "true"); |
shouldBe("new WebGLContextEvent('eventType', { bubbles: true, cancelable: true, statusMessage: 'abcde' }).statusMessage", "'abcde'"); |
</script> |
-<script src="../../js/resources/js-test-post.js"></script> |
</body> |
</html> |