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