8 grid-auto-columns: auto;
10 grid-auto-flow: column;
11 justify-content: stretch;
14 background-color: red;
17 background-color: green;
20 <p style=
"height: 20px">Tests invalidation on justify-content style change (distribution). Passes if there is no red.
</p>
23 <div style=
"width: 50px"></div>
26 <div style=
"width: 50px"></div>
29 <div style=
"width: 50px"></div>