mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Tests: Replace test image with my own creation
This commit is contained in:
parent
68cd6f5614
commit
7ddf9e9177
Notes:
sideshowbarker
2024-07-16 23:28:59 +09:00
Author: https://github.com/LucasChollet Commit: https://github.com/SerenityOS/serenity/commit/7ddf9e9177 Pull-request: https://github.com/SerenityOS/serenity/pull/17652 Reviewed-by: https://github.com/linusg Reviewed-by: https://github.com/nico ✅
2 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ TEST_CASE(test_jpeg_sof0_several_scans)
|
|||
EXPECT(plugin_decoder->initialize());
|
||||
|
||||
auto frame = MUST(plugin_decoder->frame(0));
|
||||
EXPECT_EQ(frame.image->size(), Gfx::IntSize(720, 859));
|
||||
EXPECT_EQ(frame.image->size(), Gfx::IntSize(592, 800));
|
||||
}
|
||||
|
||||
TEST_CASE(test_jpeg_sof2_spectral_selection)
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 14 KiB |
Loading…
Reference in a new issue