blob: 1168837ebcd1ae9439a10c7b91d05ec3cf6ca93d [file] [log] [blame]
<!DOCTYPE html>
<style>
#squashed {
position:absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: green;
}
</style>
<div id="squashed">
This test suceeds if you only see this line with a green background.
</div>