2 <script src=
"resources/text-based-repaint.js"></script>
4 function repaintTest() {
5 document
.getElementById('parentContainer').style
.justifyItems
= 'legacy center';
7 onload
= runRepaintTest
;
14 justify-items: center;
15 background-color: orange;
22 grid:
100px
100px /
150px
150px;
25 background-color: red;
30 background-color: green;
31 border: solid thin blue;
37 background-color: green;
38 border: solid thin blue;
41 <p style=
"height: 20px">Tests invalidation on justify-items style change (legacy value). Passes if green bars are centerd inside their red container.
</p>
42 <div id=
"parentContainer">
45 <div style=
"height: 50px"></div>
48 <div style=
"height: 50px"></div>