tor-browser

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

outline-009-ref.html (468B)


      1 <!doctype html>
      2 <link rel=help href="https://github.com/w3c/csswg-drafts/issues/11494#issuecomment-2628447227">
      3 <link rel="author" title="Sam Davis Omekara Jr." href="mailto:samomekarajr@microsoft.com">
      4 <style>
      5  div {
      6    width: 100px;
      7    height: 100px;
      8    background: green;
      9 
     10    outline-width: 10px;
     11    outline-style: solid;
     12    outline-color: red;
     13  }
     14 </style>
     15 <p>Outline width <strong>does not</strong> compute to 0 when outline-style is none.</p>
     16 <div></div>