Files
ladybird/Tests/LibWeb/Text/expected/position-absolute-float-none.txt
Andreas Kling 63748758ea LibWeb: Compute float to none for absolutely positioned elements
Per CSS2 section 9.7, if position has the value absolute or fixed,
the computed value of float is none. We were already blockifying the
display for such elements, but not resetting the computed value of
float. This made the wrong value observable via getComputedStyle().
2026-03-21 21:42:44 -05:00

3 lines
31 B
Plaintext

float: none
position: absolute