From: notmasteryet Date: Wed, 12 Oct 2011 00:45:55 +0000 (-0500) Subject: Add standard font name test (also for #621) X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=fae8459991951c4b7466bfc9ca10a45d3b69ce98;p=pdf.js.git Add standard font name test (also for #621) --- diff --git a/test/pdfs/pal-o47.pdf.link b/test/pdfs/pal-o47.pdf.link new file mode 100644 index 0000000..e45c487 --- /dev/null +++ b/test/pdfs/pal-o47.pdf.link @@ -0,0 +1 @@ +http://www1.cpdl.org/wiki/images/sheet/pal-o47.pdf diff --git a/test/test_manifest.json b/test/test_manifest.json index 43b799b..3ede43c 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -199,6 +199,12 @@ "rounds": 1, "type": "eq" }, + { "id": "pal-o47", + "file": "pdfs/pal-o47.pdf", + "link": true, + "rounds": 1, + "type": "eq" + }, { "id": "simpletype3font", "file": "pdfs/simpletype3font.pdf", "link": false,