blob: b731ca8ba0469c7f4819641cc0ec4572eb4c8422 [file] [log] [blame]
<script>
if (window.testRunner)
testRunner.dumpAsText();
root = document.createElement("body");
d = document.implementation.createDocument();
d.adoptNode(root);
node = document.createElement("title");
root.appendChild(node);
node.setAttribute("style", "zoom:document;")
node.appendChild(node.cloneNode());
</script>
<body>
This test passes if it does not crash.
</body>