ladybird/Tests/LibWeb/Text/expected/invlidate-properties-with-relative-units-in-inherited-style-update.txt
Aliaksandr Kalenik cfe9b7a82b LibWeb: Recompute relative units in Element::recompute_inherited_style()
Properties with relative units has to be recomputed in inherited style
update as they depend on the parent's style.

Fixes https://github.com/LadybirdBrowser/ladybird/issues/3364
2025-01-26 23:10:58 +01:00

6 lines
208 B
Text

(before) child.style.width: 192px
(before) child.style.height: 192px
(before) child.style.fontSize: 96px
(after) child.style.width: 600px
(after) child.style.height: 600px
(after) child.style.fontSize: 300px