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