mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
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.
This commit is contained in:
committed by
Jelle Raaijmakers
parent
349fdd9f47
commit
c8d24d4966
Notes:
github-actions[bot]
2025-08-28 11:46:46 +00:00
Author: https://github.com/gmta Commit: https://github.com/LadybirdBrowser/ladybird/commit/c8d24d49662 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6006
@@ -0,0 +1,2 @@
|
||||
<!DOCTYPE html>
|
||||
foo <span style="position:absolute">bar</span>
|
||||
Reference in New Issue
Block a user