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

14 строки
186 B
HTML

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