tor-browser

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

paint-containment-svg-ref.html (357B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>overflow-clip-margin applies to svg</title>
      4 <link rel="help" href="https://www.w3.org/TR/css-overflow-3/#valdef-overflow-clip">
      5 <link rel="author" title="Khushal Sagar" href="mailto:khushalsagar@chromium.org">
      6 <style>
      7  div {
      8    width: 110px;
      9    height: 110px;
     10    background: green;
     11  }
     12 </style>
     13 <div></div>