3 testRunner
.dumpAsText();
5 root
= document
.createElement("body");
6 d
= document
.implementation
.createDocument(null, "");
8 node
= document
.createElement("title");
9 root
.appendChild(node
);
10 node
.setAttribute("style", "zoom:document;")
11 node
.appendChild(node
.cloneNode());
14 This test passes if it does not crash.