comparison: parser/htmlparser/tests/crashtests/197052-1.html
parser/htmlparser/tests/crashtests/197052-1.html
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
|
2 "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> |
|
3 <html> |
|
4 <head> |
|
5 <title>testcase - crasher</title> |
|
6 </head> |
|
7 <body> |
|
8 <div id="uniqid"> |
|
9 <script language="JavaScript" type="text/JavaScript"> |
|
10 document.write(">"+document.getElementById('uniqid').innerHTML+"<"); |
|
11 </script> |
|
12 </div> |
|
13 </body> |
|
14 </html> |