2 <script src=
"resources/text-based-repaint.js"></script>
4 function repaintTest() {
5 document
.getElementsByClassName('item1')[0].style
.justifySelf
= 'start';
6 document
.getElementsByClassName('item2')[0].style
.justifySelf
= 'end';
8 onload
= runRepaintTest
;
16 grid:
100px
100px /
150px
150px;
17 justify-items: center;
20 background-color: red;
25 background-color: green;
26 border: solid thin blue;
32 background-color: green;
33 border: solid thin blue;
36 <p style=
"height: 20px">Tests invalidation on justify-self style change. Passes if there is no red.
</p>
39 <div style=
"height: 150px"></div>
42 <div style=
"height: 100px"></div>