2 <html class=
"reftest-wait">
6 function loadStarted() {
12 document
.documentElement
.className
= "";
16 window
.onload = function() {
17 if (location
.protocol
!= 'file:') {
18 var txt
= document
.createTextNode('Must be run from file://');
19 var div
= document
.createElement("div");
21 document
.body
.appendChild(div
);
28 <iframe width=
"500" height=
"200" src=
"subdir/445004-subframe.html"
29 onload=
"window.frames[0].doIt();"></iframe>