Files
faveo/vendor/htmlpurifier/tests/HTMLPurifier/HTMLT/css-allowed-remove.htmlt
Manish Verma 76e85db070 update 1.0.8.0
Commits for version update
2016-10-17 12:02:27 +05:30

8 lines
189 B
Plaintext

--INI--
CSS.AllowedProperties = color,background-color
--HTML--
<div style="color:#f00;border:1px solid #000">red</div>
--EXPECT--
<div style="color:#f00;">red</div>
--# vim: et sw=4 sts=4