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