tor-browser

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

neg-outline-offset-border-radius-crash.html (301B)


      1 <!doctype html>
      2 <link rel="help" href="https://drafts.csswg.org/css-ui/#outline-offset">
      3 <link rel="help" href="https://crbug.com/1301077">
      4 <style>
      5 #target {
      6  width: 100px;
      7  height: 10px;
      8  border-radius: 10px;
      9  outline: 20px solid green;
     10  outline-offset: -200px;
     11 </style>
     12 <div id="target"></div>