| OLD | NEW |
| 1 CONSOLE WARNING: The 'x-webkit-speech' input field attribute is deprecated. Plea
se use the JavaScript API instead. |
| 1 Tests for the ontextInput event with <input type="text" speech>. | 2 Tests for the ontextInput event with <input type="text" speech>. |
| 2 | 3 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 5 |
| 5 | 6 |
| 6 PASS document.getElementById("speechInput").value is "" | 7 PASS document.getElementById("speechInput").value is "" |
| 7 PASS window.event.data is "Green eggs and ham" | 8 PASS window.event.data is "Green eggs and ham" |
| 8 PASS window.event.inputMethod is undefined | 9 PASS window.event.inputMethod is undefined |
| 9 PASS successfullyParsed is true | 10 PASS successfullyParsed is true |
| 10 | 11 |
| 11 TEST COMPLETE | 12 TEST COMPLETE |
| 12 | 13 |
| OLD | NEW |