tor-browser

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

root-element-background-transparency.html (454B)


      1 <!doctype HTML>
      2 <title>Backround color transparency on the root element blends with a white backdrop</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-background-transparency-ref.html">
      6 <html style="background: rgba(45, 45, 45, 0.5)">
      7  <div id=spacer style="width: 100px; height: 3000px"></div>
      8 </html>