5 if (window
.testRunner
) {
6 testRunner
.dumpAsText();
7 testRunner
.dumpChildFramesAsText();
8 testRunner
.waitUntilDone();
14 This page has an iframe which will navigate itself. The policy delegate callbacks will be dumped. The delegate should only be consulted once.
<br>
15 <iframe src=
"resources/iframe-policy-1.html"></iframe>