first commit
This commit is contained in:
9
htmlpurifier-4.10.0/tests/HTMLPurifier/HTMLT/script-bare.htmlt
Executable file
9
htmlpurifier-4.10.0/tests/HTMLPurifier/HTMLT/script-bare.htmlt
Executable file
@ -0,0 +1,9 @@
|
||||
--INI--
|
||||
HTML.Trusted = true
|
||||
--HTML--
|
||||
<script type="text/javascript">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