From: gigaherz Date: Mon, 13 Feb 2012 08:35:11 +0000 (+0100) Subject: Add png to the mime types. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=897a4517b44e2cf1eb591853b57981a84e485c18;p=pdf.js.git Add png to the mime types. --- diff --git a/test/test.py b/test/test.py index 84c6498..1e00ccc 100644 --- a/test/test.py +++ b/test/test.py @@ -65,6 +65,7 @@ MIMEs = { '.pdf': 'application/pdf', '.xhtml': 'application/xhtml+xml', '.ico': 'image/x-icon', + '.png': 'image/png', '.log': 'text/plain' }