tor-browser

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

root-element-opacity.html (459B)


      1 <!doctype HTML>
      2 <title>Opacity on the root element blends with a white background</title>
      3 <link rel="author" title="Chris Harrelson" href="mailto:chrishtr@chromium.org">
      4 <link rel="help" href="https://drafts.fxtf.org/compositing/#pagebackdrop">
      5 <link rel="match" href="root-element-opacity-ref.html">
      6 <meta name="fuzzy" content="0-1;0-480000">
      7 <html style="background: #BBB; opacity: 0.5">
      8  <div id=spacer style="width: 100px; height: 3000px"></div>
      9 </html>