jellyfin-web/dashboard-ui/bower_components/jquery/test/data/cleanScript.html

11 lines
157 B
HTML
Raw Normal View History

2016-01-14 10:04:42 -07:00
<script>
<!--
ok( true, "script within html comments executed" );
-->
</script>
<script>
<![CDATA[
ok( true, "script within CDATA executed" );
]]>
</script>