Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(323)

Unified Diff: LayoutTests/fast/speech/input-readonly-and-disabled.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « LayoutTests/fast/speech/input-ontextinput-event.html ('k') | LayoutTests/fast/speech/input-text-language-tag.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698