Index: LayoutTests/fast/dom/setAttribute-using-initial-input-value.html |
diff --git a/LayoutTests/fast/dom/setAttribute-using-initial-input-value.html b/LayoutTests/fast/dom/setAttribute-using-initial-input-value.html |
index 5f0f11e8d4583786a73d5e8258d1e5da1014d645..2efbac708a770a44713452ed5df5dc435162b995 100644 |
--- a/LayoutTests/fast/dom/setAttribute-using-initial-input-value.html |
+++ b/LayoutTests/fast/dom/setAttribute-using-initial-input-value.html |
@@ -39,7 +39,6 @@ Some values used with setAttribute() cause the attribute to be removed (null str |
shouldBe("elem.getAttribute('style')", "''"); |
debug(""); |
</script> |
-<script src="../js/resources/js-test-post.js"></script> |
<script> |
elem.style.display = "none"; |
if (window.testRunner) |