6 testRunner
.dumpAsText();
9 var th
= document
.createElement("th");
10 var col
= document
.createElement("col");
12 document
.body
.appendChild(th
);
13 document
.body
.appendChild(col
);
17 <body onload=
"crash();">
18 <div>Bug
<a href=
"https://bugs.webkit.org/show_bug.cgi?id=330651">330651</a>: infinite recursion when creating anonymous table structure
</div>
19 <div>This test passes if it does not CRASH or HANG.
</div>