1 <html class=
"reftest-wait">
6 document
.getElementById("i").src
= "removing-editable-xslt-inner.xhtml";
7 setTimeout(function() {
8 document
.body
.removeChild(document
.getElementById("i"));
9 document
.documentElement
.removeAttribute("class");
14 <body onload=
"boom();">
15 <iframe id=
"i"></iframe>