Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS reftest reference: image(<color>) as a background-image layer</title>
<style>
div {
width: 100px;
height: 100px;
display: inline-block;
margin: 4px;
background-color: green;
}
</style>
<p>Test passes if there are two green squares below.</p>
<div class="a"></div>
<div class="b"></div>