tor-browser

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

opacity-affects-block-in-inline.html (276B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=884236">
      3 <link rel="match" href="opacity-affects-block-in-inline-ref.html">
      4 <span style="opacity: 0.5;">
      5  <div style="width: 100px; height: 100px; background: green;"></div>
      6 </span>