Index: LayoutTests/fast/events/constructors/focus-event-constructor.html |
diff --git a/LayoutTests/fast/events/constructors/focus-event-constructor.html b/LayoutTests/fast/events/constructors/focus-event-constructor.html |
index c30448005b21746d1d173af6485f8792eee506fe..8bb0a645d4a277a1a8141e93c0f0cc58c07ebc65 100644 |
--- a/LayoutTests/fast/events/constructors/focus-event-constructor.html |
+++ b/LayoutTests/fast/events/constructors/focus-event-constructor.html |
@@ -79,6 +79,5 @@ shouldBe("new FocusEvent('eventType', { bubbles: true, cancelable: true, view: w |
shouldBe("new FocusEvent('eventType', { bubbles: true, cancelable: true, view: window, detail: 111, relatedTarget: testDiv }).detail", "111"); |
shouldBe("new FocusEvent('eventType', { bubbles: true, cancelable: true, view: window, detail: 111, relatedTarget: testDiv }).relatedTarget", "testDiv"); |
</script> |
-<script src="../../js/resources/js-test-post.js"></script> |
</body> |
</html> |