tor-browser

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

outline-auto-follows-border-radius-non-native-notref.html (169B)


      1 <!doctype html>
      2 <style>
      3 body { margin: 0 }
      4 div {
      5  width: 100px;
      6  height: 100px;
      7  border: 1px transparent;
      8  outline: 1px auto;
      9  margin: 10px;
     10 }
     11 </style>
     12 <div></div>