Rewrite CSS url() and font-family output logic.
[htmlpurifier.git] / tests / HTMLPurifier / HTMLT / allowed-preserve.htmlt
blob650f00b6b0b1a383c3d4f317c8a397c594feee51
1 --INI--
2 HTML.AllowedElements = b,i,p,a
3 HTML.AllowedAttributes = a.href,*.id
4 --HTML--
5 <p>Par.</p>
6 <p>Para<a href="http://google.com/">gr</a>aph</p>
7 Text<b>Bol<i>d</i></b>
8 --# vim: et sw=4 sts=4