Files
CRM/customerportal/include/htmlpurify/tests/HTMLPurifier/HTMLT/css-allowed-remove.htmlt
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

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