2 <script src=
"resources/text-based-repaint.js"></script>
4 function repaintTest() {
5 document
.getElementById('container').style
.alignContent
= 'flex-end';
7 onload
= runRepaintTest
;
13 background-color: blue;
16 background-color: green;
17 border: solid thin blue;
20 There should be no invalidations when align-content changes on a non-flex container.
23 <div style=
"height: 100px"></div>
26 <div style=
"height: 150px"></div>