| OLD | NEW |
| 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <script src="../js/resources/js-test-pre.js"></script> | 4 <script src="../js/resources/js-test-pre.js"></script> |
| 5 </head> | 5 </head> |
| 6 <body id="body"> | 6 <body id="body"> |
| 7 | 7 |
| 8 <div id="console"></div> | 8 <div id="console"></div> |
| 9 | 9 |
| 10 <script> | 10 <script> |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 foundDefaultVoice = true; | 29 foundDefaultVoice = true; |
| 30 } | 30 } |
| 31 } | 31 } |
| 32 | 32 |
| 33 shouldBeTrue("voiceCount > 0"); | 33 shouldBeTrue("voiceCount > 0"); |
| 34 shouldBeTrue("foundEnglishVoice"); | 34 shouldBeTrue("foundEnglishVoice"); |
| 35 shouldBeTrue("foundDefaultVoice"); | 35 shouldBeTrue("foundDefaultVoice"); |
| 36 | 36 |
| 37 </script> | 37 </script> |
| 38 | 38 |
| 39 <script src="../js/resources/js-test-post.js"></script> | |
| 40 </body> | 39 </body> |
| 41 </html> | 40 </html> |
| OLD | NEW |