<html>
<body>
The navigation should succeed. This text shouldn't appear.
<script>
window.onload = function()
{
top.location = "http://sub2.example.test:8000/security/frameNavigation/resources/navigation-changed-iframe.html";
}
</script>
</body>
</html>