[wpt-sync] Sync PR 41624 - [MediaStream] Fix WPT and update expectations
Categories
(Core :: Audio/Video: MediaStreamGraph, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox119 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 41624 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/41624
Details from upstream follow.
Guido Urdaneta <guidou@chromium.org> wrote:
[MediaStream] Fix WPT and update expectations
This CL fixes
MediaStreamTrack-MediaElement-disabled-video-is-black.https.htmlThe test had shared video and canvas elements that caused the test
to timeout/flake.
Also, one of the tests was testing that a disabled track should not
deliver frames, but according to spec, disabled tracks deliver
black frames, as the test name also suggests.The timeout and failure expectations were removed.
Bug: 1467289,b/297367058
Change-Id: I1ba01b7d1bbec93f2746461ec8d9dafc0bebb411
Reviewed-on: https://chromium-review.googlesource.com/4810223
WPT-Export-Revision: ea2cbd8c81f4e2af7601cf975868807d91ea4b44
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| 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 3 subtests
Status Summary
Firefox
OK : 1
PASS : 2[GitHub] 3[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-32-2009-qr-debug, Gecko-windows11-32-2009-qr-opt, Gecko-windows11-64-2009-qr-debug, Gecko-windows11-64-2009-qr-opt]
FAIL : 1
Chrome
OK : 1
PASS : 2
FAIL : 1
Safari
PASS : 1
TIMEOUT: 2
NOTRUN : 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /mediacapture-streams/MediaStreamTrack-MediaElement-disabled-video-is-black.https.html [wpt.fyi]
- Test that a video element rendering a disabled video track reports correct intrinsic dimensions:
FAIL[GitHub],PASS[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview,Gecko-android-em-7.0-x86_64-qr-debug-geckoview,Gecko-android-em-7.0-x86_64-qr-opt-geckoview,Gecko-linux1804-64-qr-debug,Gecko-linux1804-64-qr-opt,Gecko-windows11-32-2009-qr-debug,Gecko-windows11-32-2009-qr-opt,Gecko-windows11-64-2009-qr-debug,Gecko-windows11-64-2009-qr-opt] (Chrome:FAIL, Safari:TIMEOUT)
- Test that a video element rendering a disabled video track reports correct intrinsic dimensions:
Comment 4•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/9f22dd8fc529
https://hg.mozilla.org/mozilla-central/rev/a4182b478ca0
Description
•