Files
sousa-gecko/parser/htmlparser/tests/logparse/badscript.html
T

14 lines
186 B
HTML

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