tor-browser

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

border-base-ref.html (1019B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <title>Pixel rounding testcase</title>
      5 <style type="text/css">
      6 
      7 html, body { margin: 0; border: none; padding: 0; }
      8 div { position: absolute; top: 10px; height: 10px; width: 10px; }
      9 
     10 div { background: green; }
     11 
     12 </style>
     13 </head>
     14 <body>
     15 
     16 <div style="left: 10px"></div>
     17 <div style="left: 30px"></div>
     18 <div style="left: 50px"></div>
     19 <div style="left: 70px"></div>
     20 <div style="left: 90px"></div>
     21 <div style="left: 110px"></div>
     22 <div style="left: 130px"></div>
     23 <div style="left: 150px"></div>
     24 <div style="left: 170px"></div>
     25 <div style="left: 190px"></div>
     26 <div style="left: 210px"></div>
     27 <div style="left: 230px"></div>
     28 <div style="left: 250px"></div>
     29 <div style="left: 270px"></div>
     30 <div style="left: 290px"></div>
     31 <div style="left: 310px"></div>
     32 <div style="left: 330px"></div>
     33 <div style="left: 350px"></div>
     34 <div style="left: 370px"></div>
     35 
     36 <div style="top: 30px; left: 10px; width: 30px; height: 30px">
     37  <div style="background:white; top: 10px; left: 10px"></div>
     38 </div>
     39 
     40 </body>
     41 </html>