1 <!-- Based on fast/repaint/align-content-change-no-flex.html -->
3 <script src=
"resources/paint-invalidation-test.js"></script>
5 window
.expectedPaintInvalidationObjects
= [
7 function paintInvalidationTest() {
8 document
.getElementById('container').style
.alignContent
= 'flex-end';
10 onload
= runPaintInvalidationTest
;
16 background-color: blue;
19 background-color: green;
20 border: solid thin blue;
23 There should be no invalidations when align-content changes on a non-flex container.
26 <div style=
"height: 100px"></div>
29 <div style=
"height: 150px"></div>