blob: 66d78f6d5277a6697f723b0417c56552744ed820 [file] [log] [blame]
<script>
if (window.testRunner)
testRunner.dumpAsText();
root = document.createElement("body");
d = document.implementation.createDocument(null, "test");
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>