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