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