tor-browser

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

test-pos-fixed-ref.html (265B)


      1 <!DOCTYPE HTML>
      2 <html reftest-displayport-w="200" reftest-displayport-h="100"
      3 <meta name="viewport" content="width=200; height=100; initial-scale=1.0">
      4 <body>
      5 <div style="position:fixed;top:0px;width:100%;height:10px;background-color:green;"></div>
      6 </body>
      7 </html>