aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/cleanScript.html
blob: 69288a858547576a0039423af602a2078be1a1ca (plain)
1
2
3
4
5
6
7
8
9
10
<script>
<!--
ok( true, "script within html comments executed" );
-->
</script>
<script>
<![CDATA[
ok( true, "script within CDATA executed" );
]]>
</script>