Bumping manifests a=b2g-bump
[gecko.git] / dom / base / crashtests / 852381.html
blob7e8dd47f812ccbfb021ea60809ed16b4059c7855
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 <script>
7 function boom()
9 var z = document.createElement("legend");
10 document.documentElement.appendChild(z);
11 z.style.display = "table-column-group";
12 window.find("?");
13 z.focus();
16 </script>
17 </head>
18 <body onload="boom();"></body>
19 </html>