tor-browser

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

test_page_scroll_with_fixed_pos.html (566B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no" />
      5  <title>Scrolling by pages with fixed-pos headers and footers</title>
      6  <script src="/tests/SimpleTest/SimpleTest.js"></script>
      7  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
      8 </head>
      9 <body>
     10 <p id="display"></p>
     11 <script class="testbody">
     12 SimpleTest.waitForExplicitFinish();
     13 window.open("./page_scroll_with_fixed_pos_window.html", "", "width=600,height=600");
     14 </script>
     15 </pre>
     16 </body>
     17 </html>