2 parent
.logTitle("Child 1 loaded.");
4 Object
.prototype.myVal
= "child1";
9 parent
.logTitle("Child 1 objects set.");
11 parent
.getObjectOfChild1 = function()
16 parent
.getGlobalOfChild1 = function()
21 parent
.test("getObjectOfChild1", "myVal");
22 parent
.test("getGlobalOfChild1", "myGlobalVal");
24 window
.location
= "closure-access-after-navigation-iframe-child-2.html"