From: Adil Allawi Date: Wed, 13 Jul 2011 08:55:13 +0000 (+0100) Subject: Add and wire in test files X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8dbbbbb589246e2a06ec7a474939b6f7e7c23abf;p=pdf.js.git Add and wire in test files --- diff --git a/test/pdfs/ArabicCIDTrueType.pdf b/test/pdfs/ArabicCIDTrueType.pdf new file mode 100644 index 0000000..0821ccd Binary files /dev/null and b/test/pdfs/ArabicCIDTrueType.pdf differ diff --git a/test/test_manifest.json b/test/test_manifest.json index d8a8e8f..6c1ff71 100644 --- a/test/test_manifest.json +++ b/test/test_manifest.json @@ -48,5 +48,20 @@ "link": true, "rounds": 1, "type": "load" + }, + { "id": "openofficecidtruetype-pdf", + "file": "pdfs/arial_unicode_en_cidfont.pdf", + "rounds": 1, + "type": "load" + }, + { "id": "openofficearabiccidtruetype-pdf", + "file": "pdfs/arial_unicode_ab_cidfont.pdf", + "rounds": 1, + "type": "load" + }, + { "id": "arabiccidtruetype-pdf", + "file": "pdfs/ArabicCIDTrueType.pdf", + "rounds": 1, + "type": "load" } ]