[wpt-sync] Sync PR 26006 - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=217316
Categories
(Core :: Audio/Video: Recording, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 26006 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/26006
Details from upstream follow.
b'Youenn Fablet <youennf@gmail.com>' wrote:
WebKit export of https://bugs.webkit.org/show_bug.cgi?id=217316
WebKit export from bug: Make sure to fire the correct set of events in case MediaRecorder stream has track changes
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 12 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 2 tests and 7 subtests
Status Summary
Firefox
OK : 2
PASS: 3
FAIL: 7
Chrome
OK : 2
PASS: 6
FAIL: 4
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/mediacapture-record/MediaRecorder-error.html
MediaRecorder will stop recording when any of track is added and error event will be fired: FAIL (Chrome: FAIL)
MediaRecorder will stop recording when any of track is removed and error event will be fired: FAIL (Chrome: FAIL)
/mediacapture-record/MediaRecorder-stop.html
MediaRecorder will fire an exception when stopped after creation: FAIL (Chrome: PASS)
MediaRecorder will fire an exception when stopped after having just been stopped: FAIL (Chrome: PASS)
MediaRecorder will fire an exception when stopped after having just been spontaneously stopped: FAIL (Chrome: PASS)
MediaRecorder will fire start event even if stopped synchronously: FAIL (Chrome: FAIL)
MediaRecorder will fire start event even if a track is removed synchronously: FAIL (Chrome: FAIL)
Comment 4•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/645f0e169bf7
https://hg.mozilla.org/mozilla-central/rev/fbece673c890
Description
•