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

Unified Diff: chrome/test/data/speech/basic_recognition.html

Issue 10703141: End-to-end browser tests for speech recognition. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved test to /chrome/test Created 8 years, 5 months 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
« no previous file with comments | « chrome/test/base/ui_test_utils.cc ('k') | chrome/test/data/speech/grammar_attribute.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/speech/basic_recognition.html
diff --git a/chrome/test/data/speech/basic_recognition.html b/chrome/test/data/speech/basic_recognition.html
index f40f5958704e461f87f567e88c9913052029d7ad..deac3c677bb69c7318ab7e55cae7893ba20407ad 100644
--- a/chrome/test/data/speech/basic_recognition.html
+++ b/chrome/test/data/speech/basic_recognition.html
@@ -14,6 +14,7 @@
</head>
<body style="padding:0; margin:0;">
<input id='inputField' x-webkit-speech
+ x-webkit-grammar="http://example.com/grammar.xml"
onwebkitspeechchange="onspeechresult(this.value);"
onchange="onspeechresult(this.value);"
style="position:absolute; margin:0; padding:0; border:0; width:10px;">
« no previous file with comments | « chrome/test/base/ui_test_utils.cc ('k') | chrome/test/data/speech/grammar_attribute.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698