2 <script src=
"resources/text-based-repaint.js"></script>
4 function repaintTest() {
5 document
.getElementsByClassName('item')[0].style
.alignSelf
= 'stretch';
7 onload
= runRepaintTest
;
18 background-color: red;
24 background-color: green;
27 <p style=
"height: 20px">There should be no invalidations because align-self style change causes no visual change.
</p>
30 <div style=
"height: 300px"></div>