[wpt-sync] Sync PR 34621 - [@container] Fix @media crash for custom properties
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox104 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 34621 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/34621
Details from upstream follow.
Rune Lillesveen <futhark@chromium.org> wrote:
[@container] Fix @media crash for custom properties
style() container queries accidentally allowed evaluating custom
property evaluation for media queries causing a crash with a null
ComputedStyle.Bug: 1340185, 1339962
Change-Id: I8d8529272392e0ed0c5ef4e6d369f2676fe5ee71Reviewed-on: https://chromium-review.googlesource.com/3726078
WPT-Export-Revision: 975e32c2f619855730ea4d3963b4093edcac1f1f
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 1
Chrome
OK
: 1
PASS
: 1
Safari
OK
: 1
FAIL
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/mediaqueries/mq-unknown-feature-custom-property.html [wpt.fyi]
- Serialization of <mf-name> : <mf-value> with custom property feature name and ident value:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Serialization of <mf-name> : <mf-value> with custom property feature name and ident value:
Comment 3•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/84ec85e40c32
https://hg.mozilla.org/mozilla-central/rev/88bbec8673fa
Description
•