<!DOCTYPE html>
<html>
<style>
body {
background: green;
color: blue;
width: 1000px;
height: 1000px;
}
</style>
<body>
Should be blue on green if body's full size (including scrollbars) >= 795x595px.
</body>