aboutsummaryrefslogtreecommitdiffstats
path: root/lib/htmlpurifier/tests/HTMLPurifier/HTMLT/css-allowed-remove.htmlt
blob: 644b7001a3a44e61a05e5fdfea4edbad0fc1473b (plain) (blame)
1
2
3
4
5
6
7
--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