Protect against font family innerHTML/cssText attacks.
[htmlpurifier.git] / tests / HTMLPurifier / HTMLT / shift-jis-preserve-yen.htmlt
blobf22417c018e3d5da703fd7875ee73d6cb6813699
1 --SKIPIF--
2 if (!function_exists('iconv')) return true;
3 --INI--
4 Core.Encoding = "Shift_JIS"
5 Core.EscapeNonASCIICharacters = true
6 --HTML--
7 <b style="font-family:'&#165;';">111</b>
8 --# vim: et sw=4 sts=4