tor-browser

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

background-attachment-local-hidden.html (674B)


      1 <!DOCTYPE html>
      2 <title>CSS Test: 'overflow: hidden' of 'Background-attachment' with value 'local'</title>
      3 <meta name="fuzzy" content="maxDifference=0-60; totalPixels=0-394">
      4 <link rel="author" title="Lin peng" href="mailto:penglin22@huawei.com" />
      5 <link rel="help" href="https://drafts.csswg.org/css-backgrounds-3/#the-background-attachment" />
      6 <link rel="match" href="reference/background-attachment-local-hidden-ref.html">
      7 <style type="text/css">
      8  div {
      9    border: 10px solid rgba(255,0,0,0.5);
     10    width: 100px;
     11    height: 100px;
     12    border-radius: 40px;
     13    background-color: lightblue;
     14    overflow: hidden;
     15    background-attachment: local;
     16  }
     17 </style>
     18 <div></div>