5 testRunner
.dumpAsText();
7 function bar() { which
= "parent"; document
.getElementById("result").innerHTML
= which
; }
11 <p>The following line should say
"parent", meaning that the proper window object was used.
</p>
13 <iframe src=
"resources/child.html"></iframe>