LibWeb: Don't drop layout tree in CSS animation invalidation

It's possible to do a partial tree rebuild instead.
This commit is contained in:
Aliaksandr Kalenik 2025-03-08 18:06:15 +01:00 committed by Andreas Kling
commit 268143681e
Notes: github-actions[bot] 2025-03-08 23:07:20 +00:00
2 changed files with 9 additions and 3 deletions

View file

@ -55,7 +55,6 @@ enum class QuirksMode {
X(DocumentRequestAnElementToBeRemovedFromTheTopLayer) \
X(HTMLInputElementSrcAttributeChange) \
X(HTMLObjectElement) \
X(KeyframeEffect) \
X(SVGGraphicsElementTransformAttributeChange) \
X(ShadowRootSetInnerHTML)