Files
sousa-gecko/parser/htmlparser/tests/logparse/badscript.html
T
harishd@netscape.com 55e8d8c842 Regression test files.
** NOT PART OF THE BUILD **
2001-07-05 23:16:43 +00: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>