<html>
<head>
<script>
function modify()
{
self.parent.location.replace('sandboxed-iframe-navigated.html');
}
</script>
</head>
<body onload='modify();'>
</body>
</html>
<html>
<head>
<script>
function modify()
{
self.parent.location.replace('sandboxed-iframe-navigated.html');
}
</script>
</head>
<body onload='modify();'>
</body>
</html>