blob: d88e06db9ec76fa1e75c504b799f53d7b398f2dc [file] [log] [blame]
<body>
PASS if no crash.
<iframe id="i" src="resources/xml-with-xsl-transform.xml"></iframe>
<script>
if (window.testRunner)
testRunner.dumpAsText();
setTimeout(function() {
i.contentDocument.appendChild(document.createElement("iframe"));
}, 20);
</script>
</body>