tor-browser

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

abspos-in-opacity-000-ref.html (314B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <p>There should be a purple square below.</p>
      4 <div style="width:100px; height:100px; background:blue;">
      5  <div style="opacity:0.5;">
      6    <div style="width:100px; height:100px; background:red;"></div>
      7  </div>
      8 </div>