[wpt-sync] Sync PR 38937 - MediaRecorder: fix duplicate "start" event.
Categories
(Core :: Audio/Video: Recording, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox113 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 38937 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/38937
Details from upstream follow.
Markus Handell <handellm@google.com> wrote:
MediaRecorder: fix duplicate "start" event.
Since crrev.com/c/4128923, the MediaRecorder would sometimes emit
duplicate start events. This CL fixes that and adds a WPT test
to check for that case.Bug: chromium:1422582, chromium:1423413
Change-Id: Ie607cc41bcdbd569b62b53a89bef6d8f4178b0fc
Reviewed-on: https://chromium-review.googlesource.com/4329542
WPT-Export-Revision: ea23a1c851e81c4f203fcc706673ef19312cb4d4
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 8 subtests
Status Summary
Firefox
OK
: 1
PASS
: 8
Chrome
PASS
: 5
FAIL
: 1
TIMEOUT
: 2
NOTRUN
: 1
Safari
OK
: 1
PASS
: 8
Links
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/575019ad366b
https://hg.mozilla.org/mozilla-central/rev/b20141814c6b
Description
•