[wpt-sync] Sync PR 49942 - Add WPT for Web Speech API events
Categories
(Core :: Web Speech, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 49942 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49942
Details from upstream follow.
Evan Liu <evliu@google.com> wrote:
Add WPT for Web Speech API events
This CL adds some basic web platform tests to ensure that the onstart, onend, and onerror events are fired for the Web Speech API.
Change-Id: Ieeaab551b95b56503917e468f9ec33d857790dad
Reviewed-on: https://chromium-review.googlesource.com/6137598
WPT-Export-Revision: 72a696ca62e68c600630e5a43a4903aa126096fd
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Comment 1•1 month ago
|
||
Assignee | ||
Comment 2•1 month ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 1 subtests
Status Summary
Firefox
OK
: 2
FAIL
: 2
Chrome
OK
: 2
PASS
: 2
Safari
ERROR
: 2
Links
Details
New Tests That Don't Pass
- /speech-api/SpeechRecognition-onerror.https.html [wpt.fyi]
- Speech recognition onerror event is called.:
FAIL
(Chrome:PASS
)
- Speech recognition onerror event is called.:
- /speech-api/SpeechRecognition-onstart-onend.https.html [wpt.fyi]
- Speech recognition onstart and onend events are called.:
FAIL
(Chrome:PASS
)
- Speech recognition onstart and onend events are called.:
https://hg.mozilla.org/mozilla-central/rev/051d62341f9a
https://hg.mozilla.org/mozilla-central/rev/0d9ca927b084
Description
•