Commit Graph

1 Commits

Author SHA1 Message Date
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