tor-browser

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

test-pos-fixed.html (331B)


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