Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>Reference: two green rectangles separated by a gap</title>
<p>Test passes if there are two filled green rectangles of equal width.</p>
<div style="width: 200px">
<div style="width: 200px; height: 20px; background: green; float: left"></div>
<div style="height: 100px"></div>
<div style="width: 200px; height: 20px; background: green; float: left"></div>
</div>