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