<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>