RetroZilla/parser/htmlparser/tests/html/badscript.html

18 lines
235 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<html>
<head>
<title>script test</title>
<script>
<!--
document.write("</script>");
document.write("hello there");
//-->
</script>
<script>
document.write("one");
<scRipt
>
</head>
<body>
</body>
</html>