| <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. |