Skip to content

Commit

Permalink
Add a (linked) test-case for issue 8022
Browse files Browse the repository at this point in the history
Given that [bug 1336591](https://bugzilla.mozilla.org/show_bug.cgi?id=1336591) was just closed as fixed, thus fixing issue 8022 in Firefox, let's add a test-case to enable us to catch any future regressions either in PDF.js or in browsers themselves.
  • Loading branch information
Snuffleupagus committed Dec 6, 2021
1 parent 034b870 commit 909f012
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/pdfs/issue8022.pdf.link
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/mozilla/pdf.js/files/750774/February.Collision.Generic.PC.R2-1.pdf
8 changes: 8 additions & 0 deletions test/test_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,14 @@
"rounds": 1,
"type": "eq"
},
{ "id": "issue8022",
"file": "pdfs/issue8022.pdf",
"md5": "a1a028a5d44433a965dd1e778f321c14",
"link": true,
"rounds": 1,
"lastPage": 1,
"type": "eq"
},
{ "id": "issue8078",
"file": "pdfs/issue8078.pdf",
"md5": "8b7d74bc24b4157393e4e88a511c05f1",
Expand Down

0 comments on commit 909f012

Please sign in to comment.