Index: LayoutTests/fast/forms/input-maxlength-ime-preedit.html |
diff --git a/LayoutTests/fast/forms/input-maxlength-ime-preedit.html b/LayoutTests/fast/forms/input-maxlength-ime-preedit.html |
index e839dac0aa801cbf5015ff8d44718f2e94b2237a..763725d37ccdacbef8659c933a24c54eddea7395 100644 |
--- a/LayoutTests/fast/forms/input-maxlength-ime-preedit.html |
+++ b/LayoutTests/fast/forms/input-maxlength-ime-preedit.html |
@@ -17,6 +17,5 @@ textInputController.setMarkedText('abcd', 0, 4); |
// The selection should have 4 characters though maxLength is 2. |
shouldBe('document.getSelection().toString()', '"abcd"'); |
</script> |
-<script src="../../fast/js/resources/js-test-post.js"></script> |
</body> |
</html> |