tor-browser

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

outline-overflow-inlineblock-ref.html (285B)


      1 <!DOCTYPE HTML>
      2 <title>reference</title>
      3 <style>
      4 
      5 html, body { margin: 0; padding: 0; border: none }
      6 html { overflow:hidden /* avoid second reflow for scrollbars */ }
      7 
      8 body > div {
      9  margin: 98px;
     10  border: 2px solid blue;
     11  width: 50px;
     12  height: 50px;
     13 }
     14 
     15 </style>
     16 <body>
     17 <div></div>