Index: LayoutTests/fast/parser/entity-end-title-tag.html |
diff --git a/LayoutTests/fast/parser/entity-end-title-tag.html b/LayoutTests/fast/parser/entity-end-title-tag.html |
index 61154f71cb3d6d499267d56d956ce1dcb488d86c..59b4234b30d2999312008414ec418a060f4e91e0 100644 |
--- a/LayoutTests/fast/parser/entity-end-title-tag.html |
+++ b/LayoutTests/fast/parser/entity-end-title-tag.html |
@@ -11,6 +11,5 @@ description("Test parsing of entity-escaped </title> tag for <a href=\"htt |
var expectedResult = '<' + '/title>'; |
shouldBe('document.getElementById("mytitle").textContent', 'expectedResult'); |
</script> |
-<script src="../js/resources/js-test-post.js"></script> |
</body> |
</html> |