mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #15615 from calixteman/bug1796741
[Form] Don't use field appearances when /NeedAppearances is set to true (bug 1796741)
This commit is contained in:
commit
e42e1cde61
4 changed files with 44 additions and 17 deletions
1
test/pdfs/.gitignore
vendored
1
test/pdfs/.gitignore
vendored
|
@ -549,3 +549,4 @@
|
|||
!issue15340.pdf
|
||||
!bug1795263.pdf
|
||||
!issue15597.pdf
|
||||
!bug1796741.pdf
|
||||
|
|
BIN
test/pdfs/bug1796741.pdf
Executable file
BIN
test/pdfs/bug1796741.pdf
Executable file
Binary file not shown.
|
@ -6966,5 +6966,12 @@
|
|||
"md5": "af708acbb22c6c9d268240dcf4a39809",
|
||||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "bug1796741-print",
|
||||
"file": "pdfs/bug1796741.pdf",
|
||||
"md5": "d5167d1b0d1b840c9aa258b98ce4fa62",
|
||||
"rounds": 1,
|
||||
"type": "eq",
|
||||
"print": true
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue