2 <script src=
"resources/text-based-repaint.js"></script>
4 function repaintTest() {
5 document
.getElementById('container').style
.alignItems
= 'end safe';
7 onload
= runRepaintTest
;
15 grid:
200px /
150px
150px;
16 align-items: end true;
19 background-color: red;
24 background-color: green;
29 background-color: green;
32 <p style=
"height: 20px">Tests invalidation on align-items style change (just overflow). Passes if there is no red.
</p>
35 <div style=
"height: 200px"></div>
38 <div style=
"height: 100px"></div>