diff --git a/Tests/LibGfx/TestImageDecoder.cpp b/Tests/LibGfx/TestImageDecoder.cpp index c9eae20a317..bcd6e95633f 100644 --- a/Tests/LibGfx/TestImageDecoder.cpp +++ b/Tests/LibGfx/TestImageDecoder.cpp @@ -363,6 +363,7 @@ TEST_CASE(test_jbig2_decode) TEST_INPUT("jbig2/bitmap-template3.jbig2"sv), TEST_INPUT("jbig2/bitmap-template3-tpgdon.jbig2"sv), TEST_INPUT("jbig2/bitmap-symbol.jbig2"sv), + TEST_INPUT("jbig2/bitmap-symbol-textrefine.jbig2"sv), }; for (auto test_input : test_inputs) { diff --git a/Tests/LibGfx/test-inputs/jbig2/bitmap-symbol-textrefine.jbig2 b/Tests/LibGfx/test-inputs/jbig2/bitmap-symbol-textrefine.jbig2 new file mode 100644 index 00000000000..b478907b4d2 Binary files /dev/null and b/Tests/LibGfx/test-inputs/jbig2/bitmap-symbol-textrefine.jbig2 differ