first commit
This commit is contained in:
11
htmlpurifier-4.10.0/tests/HTMLPurifier/HTMLT/script-ideal.htmlt
Executable file
11
htmlpurifier-4.10.0/tests/HTMLPurifier/HTMLT/script-ideal.htmlt
Executable file
@ -0,0 +1,11 @@
|
||||
--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
|
Reference in New Issue
Block a user