2 <script src=
"resources/text-based-repaint.js"></script>
4 function repaintTest() {
5 document
.getElementsByClassName('item1')[0].style
.alignSelf
= 'end safe';
6 document
.getElementsByClassName('item2')[0].style
.alignSelf
= 'end safe';
8 onload
= runRepaintTest
;
16 grid:
200px /
150px
150px;
19 background-color: red;
25 background-color: green;
31 background-color: green;
33 <p style=
"height: 20px">Tests invalidation on align-self style change (just overflow). Passes if there is no red.
</p>
36 <div style=
"height: 200px"></div>
39 <div style=
"height: 100px"></div>