[wpt-sync] Sync PR 49956 - Reland "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 49956 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49956
Details from upstream follow.
Evan Liu <evliu@google.com> wrote:
Reland "Add WPT for Web Speech API events"
This reverts commit b259ae00ad118c94e05fe99a5e963cda2e3c485c.
Reason for revert: Fixing the on-error test
Original change's description:
Revert "Add WPT for Web Speech API events"
This reverts commit 6b9b281088f658531546eddf186fb5076aa442a4.
Reason for revert: Step "chrome_wpt_tests (retry shards) on Windows-11" failing on builder "chromium/ci/win11-arm64-rel-tests"
Example failing build: ci.chromium.org/ui/p/chromium/builders/ci/win11-arm64-rel-tests/3472/overview
Original change's description:
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/c/chromium/src/+/6137598
Commit-Queue: Evan Liu \<evliu@google.com>
Reviewed-by: Yiren Wang \<yrw@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1402727}Change-Id: I6073a364b704f0aa9df1d7ed38820b3ae5ba4d78
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6147490
Bot-Commit: Rubber Stamper \<rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: Rubber Stamper \<rubber-stamper@appspot.gserviceaccount.com>
Auto-Submit: Joshua Hood \<jdh@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1402940}Change-Id: If34212a75aa5ac4bddc33d13846409a815ec9ff4
Reviewed-on: https://chromium-review.googlesource.com/6149075
WPT-Export-Revision: 00872c67be6ebafd6d0e1434bbd1cb99a9ef54e7
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Comment 1•1 month ago
|
||
Assignee | ||
Comment 2•1 month ago
|
||
CI Results
Ran 9 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
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
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.:
Description
•