2 <script src=
"resources/text-based-repaint.js"></script>
4 function repaintTest() {
5 document
.getElementsByClassName('item')[0].style
.alignSelf
= 'stretch';
6 document
.getElementsByClassName('item')[1].style
.alignSelf
= 'stretch';
8 onload
= runRepaintTest
;
14 background-color: blue;
17 background-color: green;
18 border: solid thin blue;
21 There should be no invalidations when align-self changes on a non-flex container.
24 <div style=
"height: 100px"></div>
27 <div style=
"height: 150px"></div>