Index: LayoutTests/fast/speech/input-readonly-and-disabled.html |
diff --git a/LayoutTests/fast/speech/input-readonly-and-disabled.html b/LayoutTests/fast/speech/input-readonly-and-disabled.html |
index 6f3d58d7ba0f63de16dd05d05f33cb1781d06b73..01a1dbca8fefc0c2b3ee439ad2634801db6e3ded 100644 |
--- a/LayoutTests/fast/speech/input-readonly-and-disabled.html |
+++ b/LayoutTests/fast/speech/input-readonly-and-disabled.html |
@@ -40,7 +40,6 @@ function run() { |
window.onload = run; |
window.jsTestIsAsync = true; |
</script> |
-<script src="../js/resources/js-test-post.js"></script> |
<input id='readonlyInput' x-webkit-speech onwebkitspeechchange="onWebkitSpeechChange()" readonly> |
<input id='disabledInput' x-webkit-speech onwebkitspeechchange="onWebkitSpeechChange()" disabled> |
</body> |