tor-browser

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

overflow-clip-y-visible-x-svg-ref.html (400B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>Overflow: can have different clip and visible value in x/y directions with 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: 150px;
      9    height: 100px;
     10    background: green;
     11  }
     12 </style>
     13 <div></div>