2 <script src=
"resources/text-based-repaint.js"></script>
4 function repaintTest() {
5 document
.getElementById('container').style
.alignContent
= 'stretch';
7 onload
= runRepaintTest
;
15 grid-auto-columns:
200px;
18 align-content: space-around;
21 background-color: red;
24 background-color: green;
27 <p style=
"height: 20px">Tests invalidation on align-content style change (distribution). Passes if there is no red.
</p>
30 <div style=
"height: 50px"></div>
33 <div style=
"height: 50px"></div>
36 <div style=
"height: 50px"></div>