4 if (window
.testRunner
) {
5 testRunner
.dumpAsText();
6 testRunner
.waitUntilDone();
7 testRunner
.dumpChildFramesAsText()
11 var frame
= document
.createElement('iframe');
12 frame
.setAttribute('src', 'http://127.0.0.1:8000/security/resources/has-custom-property.html');
13 document
.body
.appendChild(frame
);
14 var w
= frame
.contentWindow
;
19 <body onload='test()'
>
20 Test that window properties set for initial document are kept if security check passes