1 <html class=
"reftest-wait">
4 <script type=
"text/javascript">
9 var map
= document
.getElementById("map");
10 var table
= document
.getElementById("table");
12 map
.appendChild(table
);
13 map
.childNodes
[0].appendChild(document
.createTextNode(' '));
15 document
.documentElement
.removeAttribute("class");
21 <body onload=
"setTimeout(boom, 30);">
23 <img src=
"../../../testing/crashtest/images/tree.gif" usemap=
"#map">
24 <map name=
"map" id=
"map"><area></map>
25 <table aardvark=
"aardvark" id=
"table"><tbody><tr><td>Table
</td></tr></tbody></table>