Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>Reference: two green rectangles of equal width</title>
<p>Test passes if there are two filled green rectangles of equal width and <strong>no red</strong>.</p>
<div style="width: 200px">
<div style="width: 200px; height: 20px; background: green"></div>
<div></div>
<div style="width: 200px; height: 20px; background: green"></div>
</div>