chromium/third_party/blink/web_tests/external/wpt/css/css-grid/grid-item-non-auto-height-stretch-ref.html

<!doctype html>
<title>CSS test reference</title>
<style>
#ref {
  width: 100px;
  height: 100px;
  background: green;
}
</style>
<div id="ref"></div>