tor-browser

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

helper_iframe_textarea.html (528B)


      1 <!DOCTYPE HTML>
      2 <html>
      3  <head>
      4    <link rel="stylesheet" type="text/css" href="helper_subframe_style.css"/>
      5    <script src="/tests/SimpleTest/SimpleTest.js"></script>
      6    <script src="/tests/SimpleTest/paint_listener.js"></script>
      7    <script src="apz_test_utils.js"></script>
      8  </head>
      9  <body>
     10    <div style="height: 8000px;">ABC</div>
     11    <textarea rows="20"></textarea>
     12    <!-- Leave additional room below the element so it can be scrolled to the center -->
     13    <div style="height: 1000px;">ABC</div>
     14  </body>
     15 </html>