Backed out changeset 496886cb30a5 (bug 1867152) for bc failures on browser_user_input...
[gecko.git] / layout / tables / crashtests / 444431-1.html
blob821d390b54fcdfe22dfe673c4a81eb78e91b5239
1 <!DOCTYPE html>
2 <html class="reftest-wait">
3 <head>
4 <script type="text/javascript">
6 function boom()
8 var c = document.createElementNS("http://www.w3.org/1999/xhtml", "caption");
9 var m = document.getElementById("m");
11 m.insertBefore(c, m.firstChild);
12 m.removeChild(c);
13 document.body.style.visibility = "collapse";
15 document.documentElement.removeAttribute("class");
18 </script>
19 </head>
21 <body onload="setTimeout(boom, 0);">
22 <img usemap="#m" src="data:image/gif,GIF87a%02%00%02%00%B3%00%00%00%00%00%FF%FF%FF%00%00%00%00%00%00%FF%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%00%2C%00%00%00%00%02%00%02%00%00%04%03%90H%12%00%3B">
23 <map name="m" id="m"><area></map>
24 </body>
26 </html>