root-element-blend-mode-ref.html (281B)
1 <!doctype HTML> 2 <title>Blend-mode on the root stacking context blends with the root element's background.</title> 3 <html style="background: #000"> 4 <div style="width: 50px; height: 50px; background: #000"></div> 5 <div id=spacer style="width: 100px; height: 3000px"></div> 6 </html>