Index: LayoutTests/fast/dom/HTMLImageElement/image-lowsrc-getset.html |
diff --git a/LayoutTests/fast/dom/HTMLImageElement/image-lowsrc-getset.html b/LayoutTests/fast/dom/HTMLImageElement/image-lowsrc-getset.html |
index 08e408798a9e557e7fbadb7c159daaafbc5d2d61..6724a7ed846af4c0e0b6f51a0014a71c0626d84c 100644 |
--- a/LayoutTests/fast/dom/HTMLImageElement/image-lowsrc-getset.html |
+++ b/LayoutTests/fast/dom/HTMLImageElement/image-lowsrc-getset.html |
@@ -11,6 +11,5 @@ shouldBe("image.lowsrc", "'http://hostname/lowsrc.png'"); |
image.lowsrc = "http://hostname/newlowsrc.png"; |
shouldBe("image.lowsrc", "'http://hostname/newlowsrc.png'"); |
</script> |
-<script src="../../js/resources/js-test-post.js"></script> |
</body> |
</html> |