tor-browser

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

outline-auto-002.html (225B)


      1 <!doctype html>
      2 <!-- Should see the border -->
      3 <div style="width: 104px; height: 104px; overflow: hidden">
      4  <div style="width: 100px; height: 100px; outline: 1px auto; border: 2px solid lime; overflow: hidden"></div>
      5 </div>