tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

test_scroll_into_view_in_oopif.html (251B)


      1 <!DOCTYPE html>
      2 <meta charset=utf-8>
      3 <style>
      4 #scroller {
      5  width: 300px;
      6  height: 300px;
      7  overflow: scroll;
      8 }
      9 #spacer {
     10  width: 100%;
     11  height: 1000px;
     12 }
     13 </style>
     14 <div id="scroller">
     15  <div id="spacer"></div>
     16  <iframe id="iframe"></iframe>
     17 </div>