ladybird/Tests/LibWeb/Ref/expected/css/animated-font-size-ref.html
Callum Law dca80ad5eb LibWeb: Account for animated values when computing font
Computing the font for an element in `compute_font` is premature since
we are yet to apply animated properties - instead we should compute the
value on the fly (with a cache to avoid unnecessary work) to ensure we
are respecting the latest values
2025-12-05 10:03:15 +00:00

2 lines
56 B
HTML

<!DOCTYPE html>
<div style="font-size: 15px">TEST</div>