1 <pre id=
"console"></pre>
3 if (window
.testRunner
) {
4 testRunner
.dumpAsText();
5 testRunner
.waitUntilDone();
11 logString
+= s
+ "<br />";
16 log("<b>" + s
+ "<b>");
21 document
.getElementById("console").innerHTML
= logString
;
22 if (window
.testRunner
)
23 testRunner
.notifyDone();
26 Object
.prototype.myVal
= "parent";
31 getObjectOfParent = function()
36 getGlobalOfParent = function()
41 test = function(p
, val
)
44 log(p
+ "()." + val
+ " = " + window
[p
]()[val
]);
50 <iframe src=
"resources/closure-access-after-navigation-iframe-child-1.html"></iframe>