blob: afc2e80d47ddff8bd42dc7a94c0c04f939abd90c [file] [log] [blame]
<body>
<script>
if (window.testRunner)
testRunner.waitUntilDone();
window.onload = function() {
setTimeout(function() {
testRunner.dumpAsText();
testRunner.notifyDone();
}, 0);
}
</script>
<iframe src='resources/remove-parent.xhtml'></iframe>
This test passes if it does not crash.