1
    2
    3
    4
    5
    6
    7
    8
    9

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

<html>
<head></head>
<body>
  <div>Tall w/ iframe.</div>
  <iframe src="page_with_scrollable_div.html"
          style="min-height: 800px; position: absolute; top: 28px; left: 8px"
          id="nested_frame"></iframe>
</body>
</html>