2 Test passes if it does not crash.
5 testRunner
.dumpAsText();
8 body1
= document
.createElement("body");
9 i1
= document
.createElement("i");
10 document
.documentElement
.appendChild(i1
);
11 i1
.appendChild(body1
);
12 body1
.style
.display
= "inline-block";
14 document
.addEventListener("DOMContentLoaded", crash
, false);