Rewrite CSS url() and font-family output logic.
[htmlpurifier.git] / tests / HTMLPurifier / HTMLT / blacklist-preserve.htmlt
blobd8882fe2224832888c47f268863a004f2226c1a8
1 --INI--
2 HTML.ForbiddenElements = b
3 HTML.ForbiddenAttributes = a@href
4 --HTML--
5 <p>foo</p>
6 --# vim: et sw=4 sts=4