From: notmasteryet Date: Fri, 9 Dec 2011 01:17:24 +0000 (-0600) Subject: Add bad PDF with lots of extra bytes at the end X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=303f5cd07b28709ea4e441a5a3ff781e6e11eacd;p=pdf.js.git Add bad PDF with lots of extra bytes at the end --- diff --git a/test/pdfs/.gitignore b/test/pdfs/.gitignore index 325987d..dd0dcec 100644 --- a/test/pdfs/.gitignore +++ b/test/pdfs/.gitignore @@ -17,3 +17,4 @@ !devicen.pdf !cmykjpeg.pdf !issue840.pdf +!scan-bad.pdf diff --git a/test/pdfs/scan-bad.pdf b/test/pdfs/scan-bad.pdf new file mode 100755 index 0000000..ca09315 Binary files /dev/null and b/test/pdfs/scan-bad.pdf differ diff --git a/test/test_manifest.json b/test/test_manifest.json index bfa131d..082a5ef 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -221,6 +221,12 @@ "rounds": 1, "type": "load" }, + { "id": "scan-bad", + "file": "pdfs/scan-bad.pdf", + "md5": "4cf988f01ab83f61aca57f406dfd6584", + "rounds": 1, + "type": "load" + }, { "id": "ibwa-bad", "file": "pdfs/ibwa-bad.pdf", "md5": "6ca059d32b74ac2688ae06f727fee755",