Index: LayoutTests/fast/dom/HTMLDialogElement/dialog-enabled.html |
diff --git a/LayoutTests/fast/dom/HTMLDialogElement/dialog-enabled.html b/LayoutTests/fast/dom/HTMLDialogElement/dialog-enabled.html |
index 55ef51607c47f47be1d350178ee69675431a51c3..8af756e417cc5332c6c2dc52b5a1c9fc26315e8f 100644 |
--- a/LayoutTests/fast/dom/HTMLDialogElement/dialog-enabled.html |
+++ b/LayoutTests/fast/dom/HTMLDialogElement/dialog-enabled.html |
@@ -10,6 +10,5 @@ description("The DIALOG element should be recognized if the dialog feature is on |
dialog = document.getElementById('mydialog'); |
shouldBeTrue("typeof dialog.show == 'function'"); |
</script> |
-<script src="../../js/resources/js-test-post.js"></script> |
</body> |
</html> |