tor-browser

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

mask-image-cors-001-ref.html (286B)


      1 <!doctype html>
      2 <style>
      3 #ref {
      4  height: 50px;
      5  width: 50px;
      6  background: blue;
      7 }
      8 </style>
      9 <!-- The testcase's masked area should render as two 50px-wide squares, one to the lower-right of the other. -->
     10 <div id="ref"></div>
     11 <div id="ref" style="position:relative; left: 50px"></div>