background-blending-moz-element-ref.html (302B)
1 <!-- 2 Any copyright is dedicated to the Public Domain. 3 http://creativecommons.org/publicdomain/zero/1.0/ 4 --> 5 <!DOCTYPE html> 6 <html> 7 <head> 8 <style> 9 10 .c { 11 height: 10px; 12 background: rgba(0,255,0,.5); 13 } 14 15 </style> 16 </head> 17 <body> 18 <div class="c"></div> 19 <div class="c"></div> 20 </body> 21 </html>