blob: e106603ae820b48824fd7df4aece00c2d06f972b [file] [log] [blame]
<html>
<body>
The navigation should succeed. This text shouldn't appear.
<script>
window.onload = function()
{
try {
top.location = "http://127.0.0.1:8000/security/frameNavigation/resources/navigation-changed-iframe.html";
top.postMessage("PASS", "*");
} catch(e) {
top.postMessage("FAIL", "*");
}
}
</script>
</body>
</html>