[wpt-sync] Sync PR 40331 - [@container] Always create ContainerQueryEvaluator on demand
Categories
(Core :: Layout, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox116 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 40331 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/40331
Details from upstream follow.
Rune Lillesveen <futhark@chromium.org> wrote:
[@container] Always create ContainerQueryEvaluator on demand
Creating them eagerly for size containers and lazily for style
containers made the code confusing and hard to reason about.Also there was a bug with incorrect evaluation of style queries for
size containers with unknown results for it size features. That is
fixed by making sure we do not create ContainerQueryEvaluators without a
MediaQueryEvaluator.Bug: 1450054
Change-Id: I9af679badaff645da3d2b20a816821a7d1b266f5
Reviewed-on: https://chromium-review.googlesource.com/4567559
WPT-Export-Revision: 015a0049ef624c226cf609abe7e35b7a2f0e2f57
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
Assignee | ||
Comment 4•2 years ago
|
||
Assignee | ||
Comment 6•2 years ago
|
||
Comment 7•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/dc2077867e48
https://hg.mozilla.org/mozilla-central/rev/53fbbcf5d8af
Description
•