tor-browser

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

mask-mask-clipPath-opacity-scale-ref.xhtml (215B)


      1 <html reftest-zoom="2.0" xmlns="http://www.w3.org/1999/xhtml">
      2 
      3 <head>
      4 <style>
      5  div {
      6    width: 50px;
      7    height: 100px;
      8    background-color: rgba(0,0,255,0.5);
      9 }
     10 </style>
     11 </head>
     12 <body>
     13  <div/>
     14 </body>
     15 </html>