ladybird/Tests/LibWeb/Layout/input/block-and-inline/abspos-inline.html
Jelle Raaijmakers c8d24d4966 LibWeb: Correctly position absolute inline boxes in last line
If we were calculating the static position for an absolutely positioned
inline box that resides in the last line of its containing block, we
would not have yet provided the fragments in that line with their
final positions. Additionally, we would always move the box beneath the
fragment, which was incorrect.

Fixes #5867.
2025-08-28 13:45:37 +02:00

2 lines
63 B
HTML

<!DOCTYPE html>
foo <span style="position:absolute">bar</span>