blob: 7f83ad281d413f4bb64d06f5ca282427d19e9c5f [file] [log] [blame]
<div id=insertionPoint>PASS if no crash</div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
var iframe = document.createElement("iframe");
insertionPoint.appendChild(iframe);
var iframeDocument = iframe.contentWindow.document;
iframeDocument.open();
iframeDocument.appendChild(document.createElement("script"));
iframeDocument.close();
</script>