ladybird/Tests/LibWeb/Layout
Timothy Flynn b5162ceabd LibWeb: Remove special handling of disclosure-open/closed markers
Setting the marker's content width here is causing the text that follows
the marker to be indented a bit too much. This is noticeable when a line
with a disclosure marker is followed by a line with any other marker. It
previously would look something like:

    >    Text inline with disclosure-closed marker
    * Text inline with circle marker
    # Text inline with square marker

Now the disclosure marker line matches other marker types:

    > Text inline with disclosure-closed marker
    * Text inline with circle marker
    # Text inline with square marker
2023-11-24 08:37:19 +01:00
..
expected LibWeb: Remove special handling of disclosure-open/closed markers 2023-11-24 08:37:19 +01:00
input LibWeb: Don't assume grid size is always Function or Token 2023-11-22 09:45:51 +01:00