js/xpconnect/crashtests/833856.html

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:2b7547ce0dbc
1 <!DOCTYPE html>
2 <html class="reftest-wait">
3 <head>
4 <script>
5 function go() {
6 window.location = "javascript: foopy();";
7 setTimeout(function(){document.documentElement.removeAttribute("class");}, 0);
8 }
9
10 </script>
11 </head>
12 <body onload="go()">
13 </body>
14 </html>

mercurial