mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-23 00:19:18 +00:00
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
6 lines
208 B
Text
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
|