Bumping manifests a=b2g-bump
[gecko.git] / dom / base / crashtests / 372554-1.html
bloba87edcecbf654f6e6da6418f9a93cf55970203dc
1 <!DOCTYPE html>
2 <html class="reftest-wait">
3 <head>
4 <script>
5 function boom()
7 if (location.protocol == "file:") {
8 try {
9 location.hostname = 'foo';
10 } catch(e) {
14 document.documentElement.removeAttribute("class");
16 </script>
17 </head>
18 <body onload="setTimeout(boom, 30)">
20 </body>
22 </html>