1
    2
    3
    4
    5
    6
    7
    8
    9

content / test / data / super_tall_parent.html [blame]

<html>
  <head>
  </head>
  <body>
    <div>This page contains a super-tall iframe.</div>
    <iframe style="min-height: 31000px; min-width: 500px" src="about:blank">
    </iframe>
  </body>
</html>