OLD | NEW |
| (Empty) |
1 CONSOLE WARNING: The 'x-webkit-speech' input field attribute is deprecated. Plea
se use the JavaScript API instead. | |
2 Tests for the onspeechchange event with <input type="text" speech>. | |
3 | |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
5 | |
6 | |
7 PASS document.getElementById("speechInput").value is "Green eggs and ham" | |
8 PASS results.length is 3 | |
9 PASS results[0].utterance is "Green eggs and ham" | |
10 PASS results[0].confidence is 0.8 | |
11 PASS results[1].utterance is "Green x and ham" | |
12 PASS results[1].confidence is 0.5 | |
13 PASS results[2].utterance is "3 x and am" | |
14 PASS results[2].confidence is 0.2 | |
15 PASS results.item(-1) is null | |
16 PASS successfullyParsed is true | |
17 | |
18 TEST COMPLETE | |
19 | |
OLD | NEW |