7 justify-items: legacy center;
8 background-color: orange;
15 grid:
100px
100px /
150px
150px;
18 background-color: red;
23 background-color: green;
24 border: solid thin blue;
30 background-color: green;
31 border: solid thin blue;
34 <p style=
"height: 20px">Tests invalidation on justify-items style change (legacy value). Passes if green bars are centerd inside their red container.
</p>
35 <div id=
"parentContainer">
38 <div style=
"height: 50px"></div>
41 <div style=
"height: 50px"></div>