tor-browser

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

boxshadow-mixed-2.html (176B)


      1 <!DOCTYPE HTML>
      2 <title>Testcase, bug 1402060</title>
      3 <style>
      4 
      5 div {
      6  width: 100px;
      7  height: 100px;
      8  box-shadow: inset 0 10px black, 10px 10px blue;
      9 }
     10 
     11 </style>
     12 
     13 <div></div>