pdf.js/test/font
Michał Gołębiowski e625af3fef Remove type="text/javascript" from script tags.
"text/javascript" is not a correct MIME type (the correct one is
"application/javascript") but it's not even needed; all browsers default
to the correct type and treat it as executable JS when type is ommited.
Since not all browsers recognize the "application/javascript" MIME type
the only way to both stay compliant and to support all popular browsers
is to omit the type. It's also shorter this way.
2014-05-13 02:41:01 +02:00
..
font_core_spec.js Change test font to one that works with ttx v2.4. 2014-02-10 14:53:50 -08:00
font_fpgm_spec.js Use built in CMaps and unify the glyph mapping. 2014-02-11 10:27:09 -08:00
font_os2_spec.js Use built in CMaps and unify the glyph mapping. 2014-02-11 10:27:09 -08:00
font_post_spec.js Use built in CMaps and unify the glyph mapping. 2014-02-11 10:27:09 -08:00
font_test.html Remove type="text/javascript" from script tags. 2014-05-13 02:41:01 +02:00
fontutils.js Fixes lint for windows; adds test/font/fontutils.js 2014-03-31 08:50:53 -05:00
ttxdriver.js Migrating test.py to test.js 2014-03-25 14:07:08 -05:00