Closed
Bug 1491592
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 13017 - Use the voiceschanged event to wait for SpeechSynthesisVoice instance
Categories
(Testing :: web-platform-tests, enhancement, P4)
Testing
web-platform-tests
Tracking
(firefox64 fixed)
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 13017 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/13017
Details from upstream follow.
Philip Jägenstedt <philip@foolip.org> wrote:
> Use the voiceschanged event to wait for SpeechSynthesisVoice instance
>
> In https://github.com/web-platform-tests/wpt/pull/12317 I noticed that
> speechSynthesis.getVoices() could return an empty list and is allowed to
> do so by spec, but not that there's also an event that's fired when the
> voices are updated:
> https://w3c.github.io/speech-api/#eventdef-speechsynthesis-voiceschanged
>
> Using this improves coverage somewhat.
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=637a873456eadab736fa2f65f8d88bbb5805d4eb
| Assignee | ||
Comment 3•7 years ago
|
||
Failed to get results from try push
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/bb93c91a609e
[wpt PR 13017] - Use the voiceschanged event to wait for SpeechSynthesisVoice instance, a=testonly
Comment 5•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•