1 <!DOCTYPE HTML PUBLIC
"-//IETF//DTD HTML//EN">
4 <script src=
"../../resources/js-test.js"></script>
8 <div id=
"console"></div>
11 speechSynthesis
.onvoiceschanged = function() {
12 debug('Got onvoiceschanged event.');
15 var list
= speechSynthesis
.getVoices();
16 debug('Initially, there are ' + list
.length
+ ' voices.');
19 window
.internals
.enableMockSpeechSynthesizer(document
);
21 list
= speechSynthesis
.getVoices();
22 debug('Now there are ' + list
.length
+ ' voices.');