tor-browser

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

position-fixed-on-minimum-scale-size-ref.html (610B)


      1 <!DOCTYPE html>
      2 <html reftest-async-scroll
      3      reftest-async-scroll-x="800"
      4      reftest-async-scroll-y="0"
      5      reftest-displayport-w="1600"
      6      reftest-displayport-h="2000"
      7      reftest-displayport-x="0"
      8      reftest-displayport-y="0">
      9 <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
     10 <style>
     11  html,body {
     12    margin: 0;
     13    width: 1600px;
     14    height: 2000px;
     15  }
     16 </style>
     17 <div style="position: relative; width: 100%; height: 100%;">
     18  <div style="position: absolute; top: 0; right: 0; width: 100px; height: 100px; background-color: green"></div>
     19 </div>
     20 </html>