5 testRunner
.dumpAsText();
8 var style
= document
.createElement("style");
9 document
.body
.appendChild(style
);
10 var option
= document
.createElement("option");
12 var newdoc
= document
.implementation
.createDocument("", null);
13 newdoc
.appendChild(document
.body
);
14 style
.appendChild(option
);
16 document
.body
= document
.createElement('body');
17 document
.body
.innerHTML
= 'PASS if no crash.';