[wpt-sync] Sync PR 29644 - Implement [video-,]dynamic-range media queries
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox92 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 29644 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/29644
Details from upstream follow.
b'Will Cassella <cassew@google.com>' wrote:
Implement [video-,]dynamic-range media queries
This CL implements the dynamic-range and video-dynamic-range media
queries. The design doc for this implementation may be found here:
https://docs.google.com/document/d/1pHVIEdHV0tN9Je5pp3tEtK77UMbbcB7ZYu2rDJaQA0Y/edit?usp=sharingChange-Id: I5cb0aae6a3faf7b1e8c9c6ab2aac77ce54cb02cf
Bug: 1224711
Reviewed-on: https://chromium-review.googlesource.com/2729607
WPT-Export-Revision: 03980f2997c20a3de97b36e5d8a90bcfdab1419b
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 10 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 27 subtests
Status Summary
Firefox
OK : 1
PASS: 17
FAIL: 10
Chrome
OK : 1
PASS: 17
FAIL: 10
Safari
OK : 1
PASS: 22
FAIL: 5
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/css/mediaqueries/dynamic-range.html
Should be parseable in a CSS stylesheet: '(dynamic-range: standard)': FAIL (Chrome: FAIL, Safari: PASS)
Should be parseable in a CSS stylesheet: '(dynamic-range: high)': FAIL (Chrome: FAIL, Safari: PASS)
Should be parseable in a CSS stylesheet: '(video-dynamic-range: standard)': FAIL (Chrome: FAIL, Safari: FAIL)
Should be parseable in a CSS stylesheet: '(video-dynamic-range: high)': FAIL (Chrome: FAIL, Safari: FAIL)
Should be parseable in JS: '(dynamic-range: standard)': FAIL (Chrome: FAIL, Safari: PASS)
Should be parseable in JS: '(dynamic-range: high)': FAIL (Chrome: FAIL, Safari: PASS)
Should be parseable in JS: '(video-dynamic-range: standard)': FAIL (Chrome: FAIL, Safari: FAIL)
Should be parseable in JS: '(video-dynamic-range: high)': FAIL (Chrome: FAIL, Safari: FAIL)
Check that dynamic-range is 'standard' or 'high', but not both: FAIL (Chrome: FAIL, Safari: PASS)
Check that video-dynamic-range is 'standard' or 'high', but not both: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 4•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/10f5be354b5e
https://hg.mozilla.org/mozilla-central/rev/2e747f7eabe5
Description
•