0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-03-12 09:38:45 +00:00

12 lines
309 B
Plaintext
Raw Normal View History

--INI--
HTML.Trusted = true
--HTML--
<script type="text/javascript"><!--//--><![CDATA[//><!--
alert("<This is compatible with XHTML>");
//--><!]]></script>
--EXPECT--
<script type="text/javascript"><!--//--><![CDATA[//><!--
alert("<This is compatible with XHTML>");
//--><!]]></script>
--# vim: et sw=4 sts=4