Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="match" href="../reference/ref-filled-greenish-100px-square.html">
<p>Test passes if there is a filled green-ish square and <strong>no red</strong>.</p>
<div style="columns:5; column-fill:auto; gap:0; width:100px; height:100px; background:green;">
<div style="position:relative; opacity:0.1;">
<div style="position:absolute; width:100%;">
<div style="height:500px; background:red;"></div>
</div>
</div>
</div>