2 <script src=
"resources/text-based-repaint.js"></script>
4 function repaintTest() {
5 document
.getElementById('container').style
.justifyItems
= 'start';
7 onload
= runRepaintTest
;
19 background-color: red;
24 background-color: green;
28 <p style=
"height: 20px">Tests invalidation on justify-items style change. Passes if green bar is left aligned.
</p>
31 <div style=
"height: 50px"></div>