Files
ladybird/Libraries/LibWeb/CSS/CSSStyleDeclaration.cpp
Milo van der Tier aa33acf3a2 LibWeb: Update existing style object when setting style attribute
Previously any existing ElementInlineCSSStyleDeclaration would get
overwritten by e.setAttribute("style", ...), while it should be updated
instead.

This fixes 2 WPT subtests.
2024-11-25 17:16:29 +01:00

22 KiB