mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
Tests/JBIG2: Add tests for transposed non-topleft text reference corners
This needed the same `jbig2` changes as for the non-transposed ones, and the changes to it mentioned on #23780. I used the same .ini files as for the non-transposed ones, except that I added `-txt -Param -Transposed 1` as last line to each of them. All three new files display fine in Chrome. They all look busted in Firefox. I think this is likey a bug in pdf.js that I'll report upstream. (Reportedly they look fine in Acrobat on Android.)
This commit is contained in:
parent
7b5852bf91
commit
44d3fd0546
Notes:
sideshowbarker
2024-07-18 02:47:59 +09:00
Author: https://github.com/nico
Commit: 44d3fd0546
Pull-request: https://github.com/SerenityOS/serenity/pull/23810
4 changed files with 3 additions and 0 deletions
|
@ -367,8 +367,11 @@ TEST_CASE(test_jbig2_decode)
|
|||
TEST_INPUT("jbig2/bitmap-symbol-textrefine.jbig2"sv),
|
||||
TEST_INPUT("jbig2/bitmap-symbol-symbolrefine.jbig2"sv),
|
||||
TEST_INPUT("jbig2/bitmap-symbol-textbottomleft.jbig2"sv),
|
||||
TEST_INPUT("jbig2/bitmap-symbol-textbottomlefttranspose.jbig2"sv),
|
||||
TEST_INPUT("jbig2/bitmap-symbol-textbottomright.jbig2"sv),
|
||||
TEST_INPUT("jbig2/bitmap-symbol-textbottomrighttranspose.jbig2"sv),
|
||||
TEST_INPUT("jbig2/bitmap-symbol-texttopright.jbig2"sv),
|
||||
TEST_INPUT("jbig2/bitmap-symbol-texttoprighttranspose.jbig2"sv),
|
||||
TEST_INPUT("jbig2/bitmap-symbol-texttranspose.jbig2"sv),
|
||||
};
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue