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

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

<!DOCTYPE html>
  <style>
    .form{
        position: absolute;
        top: 1000px;
    }
  </style>
  <body>
    <input type="hidden" autofocus="true" />
    <input class="form" id="oopif_element" placeholder="oopif_element">
  </body>
</html>