2 <script src=
"resources/text-based-repaint.js"></script>
4 function repaintTest() {
5 document
.getElementById('container').style
.justifyItems
= 'end safe';
7 onload
= runRepaintTest
;
15 grid:
100px
100px /
300px;
16 justify-items: end true;
19 background-color: red;
24 background-color: green;
30 background-color: green;
33 <p style=
"height: 20px">Tests invalidation on justify-items style change. Passes if there is no red.
</p>
36 <div style=
"height: 50px"></div>
39 <div style=
"height: 50px"></div>