haikuwebkit/LayoutTests/fast/history/resources/iframe-redirect.html

4 lines
82 B
HTML

<script>
parent.location.href = 'redirect-target.html' + location.hash;
</script>