diff options
author | Andreas Kling <kling@serenityos.org> | 2022-02-21 20:40:55 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-02-21 20:42:34 +0100 |
commit | bb1f26c149f74729f8141a8e09c46db8686dbc50 (patch) | |
tree | 67859932a30d73284557c07c290ca70a1ee1caa8 /Tests/LibWeb | |
parent | 8c2a4a2a3def9bf05f44bd99588a55522323a94e (diff) | |
download | serenity-bb1f26c149f74729f8141a8e09c46db8686dbc50.zip |
LibWeb: Use correct coordinate space when measuring space between floats
When calculating how much space is available for inline content between
left and right floated elements, we have to use coordinates in the
containing block's coordinate space, since that's what floats use.
This fixes an issue where text would sometimes overlap floats.
Diffstat (limited to 'Tests/LibWeb')
0 files changed, 0 insertions, 0 deletions