Rewrite CSS url() and font-family output logic.
[htmlpurifier.git] / tests / HTMLPurifier / HTMLT / css-allowed-preserve.htmlt
bloba5fe3f849d25c0699e328026c0e726562f1897fb
1 --INI--
2 CSS.AllowedProperties = color,background-color
3 --HTML--
4 <div style="color:#f00;background-color:#ded;">red</div>
5 --# vim: et sw=4 sts=4