tor-browser

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

outline-style-inherit-ref.html (191B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>CSS Test Reference</title>
      4 <style>
      5  div { width: 100px; height: 100px }
      6 </style>
      7 <div style="outline-style: solid; outline-color: green"></div>