RetroZilla/parser/htmlparser/tests/html/badscript.html
2015-10-20 23:03:22 -04:00

18 lines
235 B
HTML

<html>
<head>
<title>script test</title>
<script>
<!--
document.write("</script>");
document.write("hello there");
//-->
</script>
<script>
document.write("one");
<scRipt
>
</head>
<body>
</body>
</html>