1
    2
    3
    4
    5
    6
    7

content / test / data / navigation_controller / page_with_iframe_redirect.html [blame]

<html>
<head></head>
<body>
  <p>This page has an iframe with a redirection.</p>
  <p><iframe src="/server-redirect?/simple_page.html"></iframe>
</body>
</html>