blob: 9b397d4725e38f7ac5fc0b2901d0a7882897202b [file] [log] [blame]
<!DOCTYPE html>
<style>
#squashed {
position:fixed;
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>