Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
FailSpeechRecognition basicsassert_equals: SpeechRecognition.mode expected (string) "ondevice-preferred" but got (undefined) undefined
    at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/speech-api/SpeechRecognition-basics.https.html:14:3)
    at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
    at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
    at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/speech-api/SpeechRecognition-basics.https.html:6:1
Asserts run
Pass
assert_equals(0, 0, "SpeechRecognition.grammars.length")
    at Test.<anonymous> ( /speech-api/SpeechRecognition-basics.https.html:9:3)
Pass
assert_equals("", "", "SpeechRecognition.lang")
    at Test.<anonymous> ( /speech-api/SpeechRecognition-basics.https.html:10:3)
Pass
assert_false(false, "SpeechRecognition.continuous")
    at Test.<anonymous> ( /speech-api/SpeechRecognition-basics.https.html:11:3)
Pass
assert_false(false, "SpeechRecognition.interimResults")
    at Test.<anonymous> ( /speech-api/SpeechRecognition-basics.https.html:12:3)
Pass
assert_equals(1, 1, "SpeechRecognition.maxAlternatives")
    at Test.<anonymous> ( /speech-api/SpeechRecognition-basics.https.html:13:3)
Fail
assert_equals(undefined, "ondevice-preferred", "SpeechRecognition.mode")
    at Test.<anonymous> ( /speech-api/SpeechRecognition-basics.https.html:14:3)