Files
serenity/Userland/Libraries/LibWeb/Layout/BlockFormattingContext.cpp
Aliaksandr Kalenik b7f80bd55b LibWeb: Remove unreachable abspos width calculation in BFC
compute_width() could never be invoked for abspos boxes because they
are skipped during normal layout and processed in
parent_context_did_dimension_child_root_box()

(cherry picked from commit ea04500bb2614e14270a26d2ad9bd3d67ae5086c)
2024-11-24 10:27:54 -05:00

64 KiB