1
    2
    3
    4
    5
    6
    7

content / test / data / fenced_frames / redirect.html [blame]

<html>
<head></head>
<body>This page has no title.</body>
<script>
window.location.href = "title1.html";
</script>
</html>