** NOT PART OF THE BUILD ** | Moving parser test cases from logparse dir. to html dir.
git-svn-id: svn://10.0.0.236/trunk@124618 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
17
mozilla/parser/htmlparser/tests/html/badscript.html
Normal file
17
mozilla/parser/htmlparser/tests/html/badscript.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>script test</title>
|
||||
<script>
|
||||
<!--
|
||||
document.write("</script>");
|
||||
document.write("hello there");
|
||||
//-->
|
||||
</script>
|
||||
<script>
|
||||
document.write("one");
|
||||
<scRipt
|
||||
>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user