| <body> | |
| PASS if no crash. | |
| <iframe id="i" src="resources/iframe-that-shares-observer.html"></iframe> | |
| <script> | |
| if (window.testRunner) { | |
| testRunner.waitUntilDone(); | |
| testRunner.dumpAsText(); | |
| } | |
| function move(d) { | |
| document.body.appendChild(d); | |
| i.remove(); | |
| setTimeout(function() { | |
| if (window.testRunner) | |
| testRunner.notifyDone(); | |
| }, 0); | |
| } | |
| </script> | |
| </body> |