mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
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:
parent
067d21b8a4
commit
268143681e
Notes:
github-actions[bot]
2025-03-08 23:07:20 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: 268143681e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3863
Reviewed-by: https://github.com/awesomekling ✅
2 changed files with 9 additions and 3 deletions
|
@ -55,7 +55,6 @@ enum class QuirksMode {
|
|||
X(DocumentRequestAnElementToBeRemovedFromTheTopLayer) \
|
||||
X(HTMLInputElementSrcAttributeChange) \
|
||||
X(HTMLObjectElement) \
|
||||
X(KeyframeEffect) \
|
||||
X(SVGGraphicsElementTransformAttributeChange) \
|
||||
X(ShadowRootSetInnerHTML)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue