[wpt-sync] Sync PR 24197 - Support for the prefers-reduced-data media query feature
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox79 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 24197 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/24197
Details from upstream follow.
Adam Argyle <argyle@chromium.org> wrote:
Support for the prefers-reduced-data media query feature
Intent to prototype: https://chromestatus.com/admin/features/launch/5922192355229696?intent
Bug: 1051189
Change-Id: I2ff88a70858cf322725f50e40f979c9596f45b0b
Reviewed-on: https://chromium-review.googlesource.com/2083838
WPT-Export-Revision: 2767feb842eda3f098bcd01e8f7ab2157aec8d12
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 20 subtests
Status Summary
Firefox
OK : 1
PASS: 13
FAIL: 7
Chrome
OK : 1
PASS: 13
FAIL: 7
Safari
OK : 1
PASS: 13
FAIL: 7
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/css/mediaqueries/prefers-reduced-data.html
Check that no-preference evaluates to false in the boolean context: FAIL (Chrome: FAIL, Safari: FAIL)
Should be parseable in JS: '(prefers-reduced-data: no-preference)': FAIL (Chrome: FAIL, Safari: FAIL)
Should be parseable in a CSS stylesheet: '(prefers-reduced-data: reduce)': FAIL (Chrome: FAIL, Safari: FAIL)
Should be parseable in a CSS stylesheet: '(prefers-reduced-data)': FAIL (Chrome: FAIL, Safari: FAIL)
Should be parseable in JS: '(prefers-reduced-data: reduce)': FAIL (Chrome: FAIL, Safari: FAIL)
Should be parseable in JS: '(prefers-reduced-data)': FAIL (Chrome: FAIL, Safari: FAIL)
Should be parseable in a CSS stylesheet: '(prefers-reduced-data: no-preference)': FAIL (Chrome: FAIL, Safari: FAIL)
Comment 4•5 years ago
|
||
| bugherder | ||
Description
•