Index: LayoutTests/fast/forms/input-maxlength-ime-completed.html |
diff --git a/LayoutTests/fast/forms/input-maxlength-ime-completed.html b/LayoutTests/fast/forms/input-maxlength-ime-completed.html |
index cceff3aad98261a0d81f73aef2ee675ee7a8cefc..1361e4892bc5d0c7ece5167e253b47e18e7f0a7b 100644 |
--- a/LayoutTests/fast/forms/input-maxlength-ime-completed.html |
+++ b/LayoutTests/fast/forms/input-maxlength-ime-completed.html |
@@ -20,6 +20,5 @@ textInputController.insertText('abcd'); // Debug WebKit crashed by this without |
document.execCommand('SelectAll'); |
shouldBe('document.getSelection().toString()', '"ab"'); |
</script> |
-<script src="../../fast/js/resources/js-test-post.js"></script> |
</body> |
</html> |