ladybird/Tests/LibWeb/Ref/input/wpt-import
Jelle Raaijmakers 1aeb080250 LibCompress: Treat LZW decoding errors as end of stream
The LZW data for both GIF and TIFF images is sometimes intentionally
missing an end-of-information (EOI) code, which technically is a
decoding error, but in practive is handled gracefully by Firefox, Safari
and Chrome for GIFs and Safari for TIFFs. Let's mirror their behavior.

The included WPT test exposes the fact that trailing garbage bytes can
also result in decoding errors. We handle this in the LZW logic rather
than in the image decoding since our LZW implementation is currently
only used by GIF and TIFF decoding. The error is logged behind the
LZW_DEBUG flag.
2026-04-29 20:28:15 +02:00
..
common Meta+test-web: Support per-test .headers files 2026-02-19 14:58:09 +01:00
contenteditable LibWeb: Add synthetic height for contenteditable elements 2026-03-03 16:20:10 +01:00
css LibWeb: Include non-auto cross margins in auto-margin resolution 2026-04-25 14:46:12 +02:00
fullscreen/rendering Tests/LibWeb: Import Fullscreen WPT tests 2026-02-23 18:44:26 +00:00
gif LibCompress: Treat LZW decoding errors as end of stream 2026-04-29 20:28:15 +02:00
html Tests: Remove imported WPT tests that have been deleted upstream 2026-04-04 23:36:58 +02:00
images Tests/LibWeb: Import Fullscreen WPT tests 2026-02-23 18:44:26 +00:00
infrastructure/reftest Tests: Implement fuzzy screenshot comparisons in test-web 2025-07-17 12:59:11 +01:00
jpegxl LibGfx: Support missing pixel formats in get_pixel() 2025-04-23 09:26:45 +02:00
mathml/presentation-markup/operators LibWeb: Ensure mspace presentation hint is valid before setting it 2026-02-23 09:57:32 +01:00
png LibGfx/PNG: Read the cICP chunk 2025-02-12 12:03:30 -05:00
resources Tests: Resync imported WPT tests 2026-04-04 23:36:58 +02:00
svg LibWeb/SVG: Fix normalized_diagonal_length in SVGCircle 2026-03-08 16:27:48 +01:00