2 <body onload=runTest()
>
3 <iframe src=
"data:text/html,"></iframe>
6 testRunner
.dumpAsText();
9 var a
= window
.frames
[0];
10 document
.removeChild(document
.head
.parentNode
);
11 a
.location
= "data:text/plain,pass";
12 console
.log("PASS (No crash.)");