tor-browser

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

contain-strict-with-opacity-and-oof-ref.html (390B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <p>There should be a (pale) green square below, and no (pale) red.</p>
      4 <div style="will-change:transform; contain:strict; width:100px; height:100px;">
      5  <div style="opacity:0.2; width:100px; height:100px;">
      6    <div style="width:100px; height:100px; background:green;"></div>
      7  </div>
      8 </div>