Index: LayoutTests/fast/forms/incremental-dom-property.html |
diff --git a/LayoutTests/fast/forms/incremental-dom-property.html b/LayoutTests/fast/forms/incremental-dom-property.html |
index 56eff86592c4a8f6df8dff576dfd92b63d98b737..1ff9f6ebeb769d820d9c26f1d7ccb52e85afa872 100644 |
--- a/LayoutTests/fast/forms/incremental-dom-property.html |
+++ b/LayoutTests/fast/forms/incremental-dom-property.html |
@@ -23,6 +23,5 @@ shouldBeTrue('input.hasAttribute("incremental")'); |
input.incremental = false; |
shouldBeFalse('input.hasAttribute("incremental")'); |
</script> |
-<script src="../../fast/js/resources/js-test-post.js"></script> |
</body> |
</html> |