chromium/third_party/blink/web_tests/external/wpt/css/css-grid/grid-model/reference/100x100-grey-box.html

<!DOCTYPE html>
<title>Reference</title>
<link rel="author" title="Javier Fernandez" href="mailto:[email protected]">
<style>
    .box {
       width: 100px;
       height: 100px;
       background-color: grey;
    }
</style>
<p>The test passes if you see a grey square below without any scrollbar.</p>
<div class="box"></div>