4 https://bugzilla.mozilla.org/show_bug.cgi?id=650295
8 <title>Test for Bug
650295 -- Behavior on audio error
</title>
9 <script src=
"/tests/SimpleTest/SimpleTest.js"></script>
10 <link rel=
"stylesheet" type=
"text/css" href=
"/tests/SimpleTest/test.css"/>
11 <script type=
"application/javascript" src=
"head.js"></script>
14 <a target=
"_blank" href=
"https://bugzilla.mozilla.org/show_bug.cgi?id=650295">Mozilla Bug
650295</a>
16 <div id=
"content" style=
"display: none">
20 <script type=
"text/javascript">
21 SimpleTest
.waitForExplicitFinish();
24 eventsToRequest
: ['EVENT_AUDIO_ERROR'],
31 'error': buildErrorCallback(errorCodes
.AUDIO_CAPTURE
),
34 doneFunc
: SimpleTest
.finish
,
35 prefs
: [["media.webspeech.test.fake_fsm_events", true],
36 ["media.webspeech.test.fake_recognition_service", true],
37 ["media.webspeech.recognition.timeout", 100000]]