blob: d1f4dd9eb97221a4e4a0cc4dae8a17056380c3a2 [file] [log] [blame]
<!DOCTYPE html>
<script>
testRunner.waitUntilDone();
testRunner.dumpAsText();
// Don't use js-test.js because this bug is about a failing load of an async
// <script> of a frame document being moved to its parent document.
// Hence it makes sense to keep this small and easy to debug when regress.
console.log("PASS unless crash.");
var count = 2;
function done() {
if (--count)
return;
testRunner.notifyDone();
}
</script>
<iframe src=resources/append-child-adopt-node-error-frame.html></iframe>
<iframe src=resources/append-child-adopt-node-error-frame.svg></iframe>