[wpt-sync] Sync PR 46752 - Use required Image Capture constraints to overconstrain
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox129 fixed)
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 46752 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/46752
Details from upstream follow.
Eero Häkkinen <eero.hakkinen@intel.com> wrote:
Use required Image Capture constraints to overconstrain
Advanced constraints sets passed to the MediaStreamTrack
applyConstraints method should either be applied or discarded
(SelectSettings algorithm1 step 5.2). They should
never cause an OverconstrainedError to be thrown.Bug: 1408091
Change-Id: I6b7c4e12ed913917ccfc01796df5f96af5e0bc3fReviewed-on: https://chromium-review.googlesource.com/5625777
WPT-Export-Revision: bd4e6783d8410e51ef080ddb0c04fc9ed45f78c0
Assignee | ||
Comment 1•4 months ago
|
||
Assignee | ||
Comment 2•4 months ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 4 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 3
PRECONDITION_FAILED
: 1
Chrome
OK
: 1
PASS
: 4
Safari
OK
: 1
PASS
: 4
Links
Details
Firefox-only Failures
- /mediacapture-extensions/GUM-backgroundBlur.https.html [wpt.fyi]
- Test getSupportedConstraints().backgroundBlur:
PRECONDITION_FAILED
- Test getCapabilities().backgroundBlur:
FAIL
- Test getSettings().backgroundBlur:
FAIL
- Test applyConstraints() with backgroundBlur:
FAIL
- Test getSupportedConstraints().backgroundBlur:
New Tests That Don't Pass
- /mediacapture-extensions/GUM-backgroundBlur.https.html [wpt.fyi]
- Test getSupportedConstraints().backgroundBlur:
PRECONDITION_FAILED
(Chrome:PASS
, Safari:PASS
) - Test getCapabilities().backgroundBlur:
FAIL
(Chrome:PASS
, Safari:PASS
) - Test getSettings().backgroundBlur:
FAIL
(Chrome:PASS
, Safari:PASS
) - Test applyConstraints() with backgroundBlur:
FAIL
(Chrome:PASS
, Safari:PASS
)
- Test getSupportedConstraints().backgroundBlur:
Comment 4•4 months ago
|
||
bugherder |
Description
•