ladybird/Tests/LibWeb/Layout
Arthur Hartwig Carlsson 9ed2669fc8 LibWeb: Don't insert out-of-flow elements into block pseudo elements
Like 1132c858e9, out-of-flow elements such
as float elements would get inserted into block level `::before` and
`::after` pseudo-element nodes when they should instead be inserted as a
sibling to the pseudo element. This change fixes that.

This fixes a few layout issues on the swedish tax agency website
(skatteverket.se). :^)
2024-07-06 10:02:29 +02:00
..
data Tests/LibWeb: Move LibWeb test SVGs to their own directory 2024-02-19 22:11:59 -05:00
expected LibWeb: Don't insert out-of-flow elements into block pseudo elements 2024-07-06 10:02:29 +02:00
input LibWeb: Don't insert out-of-flow elements into block pseudo elements 2024-07-06 10:02:29 +02:00