mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
b7ece8c620
This reverts commit 228ab3ddae
.
11 lines
157 B
HTML
11 lines
157 B
HTML
<script>
|
|
<!--
|
|
ok( true, "script within html comments executed" );
|
|
-->
|
|
</script>
|
|
<script>
|
|
<![CDATA[
|
|
ok( true, "script within CDATA executed" );
|
|
]]>
|
|
</script>
|