parser/htmlparser/tests/crashtests/185073-1.html

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:51609bb668e3
1 <html>
2 <head>
3 <title>bug 185073</title>
4 </head>
5 <body>
6 <font>
7 <div id="updateText">
8 <script language=javascript type=text/javascript>
9 document.write('</div>');
10 document.getElementById("updateText").innerHTML = "foo";
11 </script>
12 </div>
13 </font>
14 </body>
15 </html>

mercurial