gecko-dev/htmlparser/tests/logparse/badscript.html
harishd%netscape.com 027e1300fd 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>