2 <iframe src=resources/append-child-adopt-node-frame.html
></iframe>
3 <iframe src=resources/append-child-adopt-node-frame.svg
></iframe>
5 testRunner
.waitUntilDone();
6 testRunner
.dumpAsText();
8 // Don't use js-test.js because this bug is about <script> loading and
9 // it makes sense to keep this small and easy to debug when regress.
10 console
.log("PASS unless crash.");
12 var count
= document
.querySelectorAll("iframe").length
;
17 testRunner
.notifyDone();