Index: LayoutTests/fast/speech/change-focus.html |
diff --git a/LayoutTests/fast/speech/change-focus.html b/LayoutTests/fast/speech/change-focus.html |
index 65459e95054c144cf79f625157c891f1bcc89d11..360c0243380920552245c0364838580d116c3727 100644 |
--- a/LayoutTests/fast/speech/change-focus.html |
+++ b/LayoutTests/fast/speech/change-focus.html |
@@ -47,7 +47,6 @@ function onSpeechChange() { |
window.onload = run; |
window.jsTestIsAsync = true; |
</script> |
-<script src="../js/resources/js-test-post.js"></script> |
<input id='input1' x-webkit-speech onfocus="onFocus()" onwebkitspeechchange="onSpeechChange()"> |
<input id='input2'> |
</body> |