tor-browser

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

1727016-1-ref.html (611B)


      1 <!DOCTYPE html>
      2 <html reftest-async-scroll reftest-async-scroll-y="100">
      3   <head>
      4    <style>
      5 
      6 .mask--6 .mask__clip-path{
      7    /* clip-path:url(#notfound) */
      8 }
      9 
     10 .mask--6 .mask__container{
     11    padding-top:117%
     12 }
     13 .mask__container{
     14    position:relative
     15 }
     16 .mask__clip-path{
     17    background:blue;
     18    position:absolute;
     19    width: 100px;
     20    height: 200px;
     21 }
     22    </style>
     23 
     24   </head>
     25   <body>
     26 
     27  <div style="height: 1vh;"></div>
     28 
     29  <div class="mask--6" style="max-width: 500px;">
     30     <div class="mask__container">
     31        <i class="mask__clip-path"></i>
     32     </div>
     33  </div>
     34 
     35  <div style="height: 4000vh;"></div>