2 <script src=
"resources/text-based-repaint.js"></script>
4 function repaintTest() {
5 document
.getElementsByClassName('item1')[0].style
.justifySelf
= 'end safe';
6 document
.getElementsByClassName('item2')[0].style
.justifySelf
= 'end safe';
8 onload
= runRepaintTest
;
16 grid:
100px
100px /
300px;
19 background-color: red;
24 justify-self: end true;
25 background-color: green;
31 background-color: green;
32 justify-self: end true;
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>