blob: e78e7ba46005cbcf597db740d3c12ff78c2689af [file] [log] [blame]
<style>
body
{
margin: 0;
}
div
{
position: absolute;
width: 200px;
height: 200px;
top: 50px;
left: 50px;
}
</style>
The test passes if there is a green square with no red.
<div style="background-color: green;"></div>