aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/cleanScript.html
blob: c37694aacdb5d0631daf91d6c66072e43d2e98cc (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>