2 <script src=
"resources/text-based-repaint.js"></script>
4 function repaintTest() {
5 document
.getElementById('container').style
.alignContent
= 'stretch';
7 onload
= runRepaintTest
;
15 align-content: space-around;
19 background-color: red;
22 background-color: green;
23 border: solid thin blue;
27 <p style=
"height: 20px">Tests invalidation on align-content style change. Passes if there is no red.
</p>
30 <div style=
"height: 50px"></div>
33 <div style=
"height: 50px"></div>