Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<p>Test passes if there is a filled multi-color square.</p>
<div style="position: relative; height: 100px; width: 100px;">
<div style="position: absolute; height: 40px; width: 50px; background: green;"></div>
<div style="position: absolute; top: 40px; height: 10px; width: 50px; background: yellow;"></div>
<div style="position: absolute; top: 50px; height: 50px;width: 50px; background: teal;"></div>
<div style="position: absolute; left: 50px; height: 60px; width: 50px; background: teal;"></div>
<div style="position: absolute; left:50px; top: 60px; height: 40px; width: 50px; background: orange;"></div>
</div>