chromium/third_party/blink/web_tests/fast/media/mq-size-include-scrollbars-expected.html

<!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) &gt;= 795x595px.
</body>