blob: 49d7e57fc77789a391f4910772c45b08b3c1c75c [file] [log] [blame]
<html>
<head>
<style>
iframe { width: 400px; height: 200px;}
</style>
<script>
if (window.layoutTestController) {
layoutTestController.dumpAsText();
layoutTestController.waitUntilDone();
}
function loaded()
{
document.getElementsByTagName('h4')[0].innerHTML = document.domain;
}
</script>
</head>
<body onload="loaded();">
<p>This tests that documents can navigate the location of any of it's parent-frames regardless of domain.</p>
<h4>DOMAIN</h4>
<iframe src="http://localhost:8000/security/frameNavigation/resources/iframe-that-performs-parent-navigation.html"></iframe>
</body>
</html>