Neues Initialrelease mit IonicMaterial
This commit is contained in:
10
www/lib/jQuery/test/data/cleanScript.html
Normal file
10
www/lib/jQuery/test/data/cleanScript.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<script>
|
||||
<!--
|
||||
ok( true, "script within html comments executed" );
|
||||
-->
|
||||
</script>
|
||||
<script>
|
||||
<![CDATA[
|
||||
ok( true, "script within CDATA executed" );
|
||||
]]>
|
||||
</script>
|
||||
Reference in New Issue
Block a user