root-element-background-transparency-ref.html (379B)
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 <html style="background: rgb(150, 150, 150)"> 6 <div id=spacer style="width: 100px; height: 3000px"></div> 7 </html>