mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-19 10:20:22 +00:00
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.
2 lines
63 B
HTML
2 lines
63 B
HTML
<!DOCTYPE html>
|
|
foo <span style="position:absolute">bar</span>
|