ladybird/Tests/LibGfx
Nico Weber fa34832297 LibGfx: Implement WebPImageDecoderPlugin::loop_count()
Turns out extended-lossless-animated.webp did have a loop count of 0.
So I opened it in Hex Fiend and changed the byte at position 42
(which is the first byte of the little-endian u16 storing the loop
count) to 0x2A, so that the test can compare the loop count to something
not 0.
2023-02-26 15:54:22 +01:00
..
test-inputs LibGfx: Implement WebPImageDecoderPlugin::loop_count() 2023-02-26 15:54:22 +01:00
BenchmarkGfxPainter.cpp LibGfx+Tests: Remove code unnecessary after 9e7c16d0a4 2023-02-01 08:56:56 -05:00
CMakeLists.txt Tests: Add a basic ICC profile test 2023-02-01 19:19:30 +01:00
TestFontHandling.cpp LibGfx: Remove single-code point Font::glyph_or_emoji_width API 2023-02-24 20:28:23 +01:00
TestICCProfile.cpp LibGfx+Tests: Add test for webp ICC loading and fix bug 2023-02-24 20:13:52 +01:00
TestImageDecoder.cpp LibGfx: Implement WebPImageDecoderPlugin::loop_count() 2023-02-26 15:54:22 +01:00