ladybird/Tests/LibWeb/Ref/expected/css
Sam Atkins 994bbcaa75 LibWeb/Painting: Don't paint invisible paintables
This check technically isn't necessary in
`SVGForeignObjectPaintable::paint()` because
`PaintableWithLines::paint(context, phase);` does the check already, but
I've added it there anyway to save some debugging time if someone does
add more code there. :^)
2025-07-03 12:39:05 +02:00
..
css-counter LibWeb/CSS: Unit tests for changes to counter definitions 2025-06-03 03:51:42 +02:00
css-text LibWeb: Implement text-align: match-parent 2025-02-05 17:45:44 +00:00
gradient-em-positions-ref.html LibWeb/CSS: Invalidate color-stop caches when source data changes 2025-02-28 13:50:13 +01:00
hidden-list-item-markers-ref.html LibWeb/Painting: Don't paint invisible paintables 2025-07-03 12:39:05 +02:00
images-load-relative-to-style-sheet-ref.html Tests: Add tests for loading images from an imported style sheet 2025-04-15 09:54:35 +01:00
line-height-zero-ref.html LibWeb: Draw text even if it needs to go into a 0-size inline box 2025-05-12 10:49:46 +02:00
transparent-borders-ref.html LibWeb/Painting: Keep alpha for inset/outset border colors 2025-07-02 15:11:04 +02:00