From: notmasteryet Date: Wed, 31 Aug 2011 03:32:56 +0000 (-0500) Subject: Add PdKids.pdf as a ref test X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=92c2938bc1569b72d6bf08e7309ee5ded3a01b56;p=pdf.js.git Add PdKids.pdf as a ref test --- diff --git a/test/pdfs/pdkids.pdf.link b/test/pdfs/pdkids.pdf.link new file mode 100644 index 0000000..5e2be08 --- /dev/null +++ b/test/pdfs/pdkids.pdf.link @@ -0,0 +1 @@ +http://www.archive.org/download/PdKids/PdKids.pdf diff --git a/test/test_manifest.json b/test/test_manifest.json index a83ca2f..1155195 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -103,5 +103,11 @@ "link": true, "rounds": 1, "type": "eq" + }, + { "id": "pdkids", + "file": "pdfs/pdkids.pdf", + "link": true, + "rounds": 1, + "type": "eq" } ]