blob: 5c915432a9d4cf547df8370f4ec39664b8562933 [file] [log] [blame]
<!DOCTYPE html>
<style>
body {
margin: 0;
}
#block {
position: absolute;
width: 100px;
height: 100px;
top: 200px;
background-color: green;
}
</style>
<div id="block">The test passes if there is no red.</div>