blob: ca188f8f047ac0f2479584cf928158e8a1ef1d54 [file]
<style>
html, body {
display: grid;
}
body {
grid-template-rows: subgrid repeat(3, []);
}
</style>
<script>
onload = () => {
if (window.testRunner)
testRunner.dumpAsText();
};
</script>