| 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;">
|
|
|