Index: LayoutTests/fast/dom/text-api-arguments.html |
diff --git a/LayoutTests/fast/dom/text-api-arguments.html b/LayoutTests/fast/dom/text-api-arguments.html |
index af86974edd441eeca4427e082ce121d934d9b2d7..4e1babe2bf62faf60e6ebccf3fba35f266bec443 100644 |
--- a/LayoutTests/fast/dom/text-api-arguments.html |
+++ b/LayoutTests/fast/dom/text-api-arguments.html |
@@ -37,6 +37,5 @@ shouldBeEqualToString("text.data", "null"); |
shouldBe("text.replaceWholeText(undefined)", "text"); |
shouldBeEqualToString("text.data", "undefined"); |
</script> |
-<script src="../js/resources/js-test-post.js"></script> |
</body> |
</html> |