blob: 2dd1a53b4a16cfa4f426d53babaec3045e580dc4 [file] [log] [blame]
<!DOCTYPE html>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
testRunner.setShouldDecideNavigationPolicyAfterDelay(true);
}
window.addEventListener("message", function() {
frames[0].location = "/resources/redirect.php?url=/appcache/resources/decide-navigation-policy-after-delay-frame.html";
});
</script>
<body>
<iframe src="/appcache/resources/decide-navigation-policy-after-delay-frame.html"></iframe>
</body>
</html>