[wpt-sync] Sync PR 53112 - HasAnchorEvaluator should not be considered for diffing
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 53112 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/53112
Details from upstream follow.
Rune Lillesveen <futhark@chromium.org> wrote:
HasAnchorEvaluator should not be considered for diffing
HasAnchorEvaluator flag was part of style diffing, which meant there was
always a diff between the standard recalc and the interleaved one. In
particular that made a difference for highlight styles which triggers a
recalc for children in the interleaved style recalc.The interleaved recalc for anchored element descendants during layout is
a more general problem. Currently, it affects transitions of explicitly
inherited properties which are allowed to change for position-try
fallbacks, but with anchored() container queries it will become a more
general issue which needs to be addressed for ShouldStoreOldStyle() in
StyleResolver.Make the ComputedStyle field custom_compare to avoid diffs for
HasAnchorEvaluator.Bug: 409220513
Change-Id: I6581ec6097f4fabcafcd63606558f3cca8a886aa
Reviewed-on: https://chromium-review.googlesource.com/6641261
WPT-Export-Revision: ac621b587f7080f69ac116dd52a09092cf580e44
Assignee | ||
Updated•7 days ago
|
Assignee | ||
Updated•7 days ago
|
Assignee | ||
Updated•6 days ago
|
Assignee | ||
Updated•6 days ago
|
Assignee | ||
Updated•5 days ago
|
Assignee | ||
Updated•5 days ago
|
Assignee | ||
Updated•4 days ago
|
Assignee | ||
Updated•4 days ago
|
Assignee | ||
Updated•3 days ago
|
Assignee | ||
Comment 1•3 days ago
|
||
Assignee | ||
Comment 2•2 days ago
|
||
CI Results
Ran 9 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
PASS
: 1
Chrome
OK
: 1
FAIL
: 1
Safari
OK
: 1
PASS
: 1
Description
•