fune/testing/web-platform/tests/css/css-grid/grid-item-non-auto-height-stretch-ref.html
2020-01-25 20:14:59 +00:00

10 lines
151 B
HTML

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