1 <html class=
"reftest-wait">
5 var iframe
= document
.getElementById('inner');
6 iframe
.addEventListener("load", function() {
7 document
.documentElement
.removeAttribute("class");
9 iframe
.src
= "data:text/html,";
10 dump("Outer onload\n");
14 <body onload=
"boom()">
15 <iframe src=
"428844-1-inner.xhtml" id=
"inner"></iframe>