aboutsummaryrefslogtreecommitdiffstats
path: root/lib/htmlpurifier/tests/HTMLPurifier/HTMLT/strict-underline.htmlt
blob: a2e18b1c99bb8b84f033504a277cbe850a0580f2 (plain) (blame)
1
2
3
4
5
6
7
--INI--
HTML.Strict = true
--HTML--
<u>Illegal underline</u>
--EXPECT--
<span style="text-decoration:underline;">Illegal underline</span>
--# vim: et sw=4 sts=4