<!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>
<!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>