gfx/tests/crashtests/348462-2.html

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:82676aaa9640
1 <html>
2 <head>
3 <script type="text/javascript">
4
5 function boom() {
6 document.body.appendChild(document.createTextNode(String.fromCharCode(25261)))
7 document.body.style.fontSize = '8388608px';
8 }
9
10 </script>
11 </head>
12 <body onload="boom()"></body>
13 </html>

mercurial