gfx/tests/crashtests/394246-1.html

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:71449d8d630d
1 <html>
2 <head>
3 <script>
4 function boom()
5 {
6 var div = document.getElementById("div");
7 div.innerHTML = div.innerHTML.slice(1);
8 }
9 </script>
10 </head>
11 <body onload="boom();">
12
13 <div id="div">t
14 &#769;</div>
15
16 </body></html>

mercurial