2 <script src=
"resources/text-based-repaint.js"></script>
4 function repaintTest() {
5 document
.getElementsByClassName('item1')[0].style
.justifySelf
= 'left';
6 document
.getElementsByClassName('item2')[0].style
.justifySelf
= 'right';
8 onload
= runRepaintTest
;
16 grid:
100px
100px /
150px
150px;
19 background-color: red;
25 background-color: green;
32 background-color: green;
35 <p style=
"height: 20px">Tests invalidation on justify-self style change. Passes if there is no red.
</p>
38 <div style=
"height: 150px"></div>
41 <div style=
"height: 100px"></div>