ref-filled-greenish-100px-square.html (326B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <p>Test passes if there is a filled green-ish square and <strong>no red</strong>.</p> 4 <div style="width:100px; height:100px; background:green;"> 5 <div style="opacity:0.1; width:100%; height:100%; background:red;"></div> 6 </div>