tor-browser

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

feImage-scale-to-primitive-subregion-ref.html (449B)


      1 <!--
      2     Any copyright is dedicated to the Public Domain.
      3     http://creativecommons.org/publicdomain/zero/1.0/
      4 -->
      5 <!DOCTYPE HTML>
      6 <html>
      7 <title>feImage Rendering Should Scale To Its Primitive Subregion</title>
      8 <head>
      9  <style>
     10    .filtered {
     11      height: 30px;
     12      width: 600px;
     13      background: #0f0;
     14    }
     15  </style>
     16 </head>
     17 <body>
     18  <p>You should see a long horizontal green rectangle.</p>
     19  <div class="filtered"></div>
     20 </body>
     21 </html>