You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug 1966725 [wpt PR 52569] - [gap-decorations] Avoid invalidating col rules when GapDecorations is on,
Automatic update from web-platform-tests
[gap-decorations] Avoid invalidating col rules when GapDecorations is on
This CL makes it so we avoid making a call to
`ColumnRuleStyleDidChange()` in `LayoutBlockFlow::StyleDidChange()` so
that we do not invalidate column rules when GapDecorations is enabled,
since with GapDecorations we already invalidate via the `invalidate:
paint` pipeline in `css_properties.json`.
The test added in this CL makes sure we are still invalidating correctly
after this change.
Bug: 357648037
Change-Id: I93f1a453133e658bca88277d8e253075ce2e2cd7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6532734
Reviewed-by: Alison Maher <almahermicrosoft.com>
Reviewed-by: Ian Kilpatrick <ikilpatrickchromium.org>
Commit-Queue: Javier Contreras <javierconmicrosoft.com>
Cr-Commit-Position: refs/heads/main{#1460754}
--
wpt-commits: 12048307995281f5e6cc9f3bcfb20d7b2877bd48
wpt-pr: 52569
Differential Revision: https://phabricator.services.mozilla.com/D250631
UltraBlame original commit: 112bba61ff7c12edcdc3b89949f77745ed98edb6
0 commit comments