blob: ef54f64098c5f5a0d75e77c329e185c12f113646 [file] [log] [blame]
<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>