Index: LayoutTests/fast/html/imports/import-script.html |
diff --git a/LayoutTests/fast/html/imports/import-script.html b/LayoutTests/fast/html/imports/import-script.html |
index c5d588c8ea21730cb731f6930d72e80b169d4986..112f8e70d428fa1c9c3cfdfc9e1986cc84632d54 100644 |
--- a/LayoutTests/fast/html/imports/import-script.html |
+++ b/LayoutTests/fast/html/imports/import-script.html |
@@ -38,6 +38,5 @@ var dynamicallyInsertedExternalScript = leaf.import.createElement("script"); |
dynamicallyInsertedExternalScript.setAttribute("src", "script-leaf-external-dynamic.js"); |
leaf.import.body.appendChild(dynamicallyInsertedExternalScript); |
</script> |
-<script src="../../js/resources/js-test-post.js"></script> |
</body> |
</html> |