1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12

content / test / data / frame_tree / oopif_form_scroll_main.html [blame]

<!DOCTYPE html>
  <style>
    .frame{
        position: absolute;
        top: 1000px;
    }
  </style>
  <body>
    <iframe class="frame" id="formPage" src="/cross-site/baz.com/frame_tree/page_with_editable_elements.html" width=500
    height=300 />
  </body>
</html>