From: notmasteryet Date: Thu, 21 Jul 2011 04:17:31 +0000 (-0500) Subject: link to AESV2 encrypted file X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e9df0bb8caa7484eb4eff81051f3e0294dc068e2;p=pdf.js.git link to AESV2 encrypted file --- diff --git a/test/pdfs/i9.pdf.link b/test/pdfs/i9.pdf.link new file mode 100644 index 0000000..a4a75e7 --- /dev/null +++ b/test/pdfs/i9.pdf.link @@ -0,0 +1 @@ +http://www.uscis.gov/files/form/i-9.pdf diff --git a/test/test_manifest.json b/test/test_manifest.json index 6c1ff71..c5c1963 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -63,5 +63,11 @@ "file": "pdfs/ArabicCIDTrueType.pdf", "rounds": 1, "type": "load" + }, + { "id": "i9-pdf", + "file": "pdfs/i9.pdf", + "link": true, + "rounds": 1, + "type": "eq" } ]