2 <script src=
"resources/text-based-repaint.js"></script>
4 function repaintTest() {
5 document
.getElementById('container').style
.alignItems
= 'stretch';
7 onload
= runRepaintTest
;
15 align-items: flex-start;
18 background-color: red;
21 background-color: green;
22 border: solid thin blue;
26 <p style=
"height: 20px">Tests invalidation on align-items style change. Passes if there is no red.
</p>
29 <div style=
"height: 100px"></div>
32 <div style=
"height: 150px"></div>