blob: 37112b583601b70377ae9b0fae70067af6fbd67a [file] [log] [blame]
<!DOCTYPE html>
<style>
#block {
position: relative;
width: 100px;
height: 100px;
top: 50px;
background-color: green;
}
</style>
This test passes if there is a green square without red.
<div id="block"></div>