21 lines
311 B
HTML
Executable File
21 lines
311 B
HTML
Executable File
Test text
|
|
|
|
<script type="text/javascript" language="javascript" charset="utf-8">
|
|
// <![CDATA[
|
|
alert('fragment1 hit!');
|
|
// ]]>
|
|
</script>
|
|
|
|
more test text
|
|
|
|
|
|
<script>alert('fragment2 hit!')</script>
|
|
|
|
|
|
even more test text
|
|
|
|
<script type="text/javascript">
|
|
alert('fragment3 hit!');
|
|
</script> some other test text
|
|
|