gecko-dev/htmlparser/tests/html/badscript.html

18 строки
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>