<html> | |
<head> | |
<script> | |
if (window.testRunner) { | |
testRunner.dumpAsText(); | |
testRunner.dumpChildFramesAsText(); | |
testRunner.waitUntilDone(); | |
} | |
</script> | |
<body> | |
This page has an iframe which will navigate itself. The policy delegate callbacks will be dumped. The delegate should only be consulted once.<br> | |
<iframe src="resources/iframe-policy-1.html"></iframe> | |
</body> | |
</html> |