1 <script src=
"../../../js-test.js"></script>
3 If this doesn't crash, it passed.
4 <iframe id=iframe src=resources/empty-custom-body.html
></iframe>
10 testRunner
.dumpAsText();
12 iframe
.onload = function() {
13 document
.body
.appendChild(iframe
.contentDocument
.documentElement
);
14 document
.querySelector('#thebody');
19 successfullyParsed
= true;