gfx/tests/crashtests/369688-1.html

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:9d377089e98c
1 <html class="reftest-wait">
2
3 <head>
4 <script>
5 function boom()
6 {
7 document.body.style.fontSizeAdjust = 0xffffffff;
8 document.documentElement.removeAttribute("class");
9 }
10 </script>
11 </head>
12
13 <body onload="setTimeout(boom, 30);">
14
15 <p>Foo</p>
16
17 </body>
18
19 </html>

mercurial