mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-24 09:08:07 +02:00
Merge pull request #14825 from Snuffleupagus/issue-14824
Ensure that worker-thread image caching doesn't break optional content (issue 14824)
This commit is contained in:
commit
752dee5caa
4 changed files with 78 additions and 33 deletions
1
test/pdfs/issue14824.pdf.link
Normal file
1
test/pdfs/issue14824.pdf.link
Normal file
|
@ -0,0 +1 @@
|
|||
https://github.com/mozilla/pdf.js/files/8540275/PDF.pdf
|
|
@ -2965,6 +2965,18 @@
|
|||
"annotations": true,
|
||||
"about": "LinkAnnotation with a relative link, and a /Catalog Base-URI."
|
||||
},
|
||||
{ "id": "issue14824",
|
||||
"file": "pdfs/issue14824.pdf",
|
||||
"md5": "7b8d061ab0a342e3606a3b3ba1925d5b",
|
||||
"rounds": 1,
|
||||
"link": true,
|
||||
"lastPage": 4,
|
||||
"type": "eq",
|
||||
"optionalContent": {
|
||||
"7R": false
|
||||
},
|
||||
"about": "Need to test *at least* three pages, since the `GlobalImageCache` is involved."
|
||||
},
|
||||
{ "id": "issue1127-text",
|
||||
"file": "pdfs/issue1127.pdf",
|
||||
"md5": "4fb2be5ffefeafda4ba977de2a1bb4d8",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue