6 background-color: blue;
7 align-content: flex-end;
10 background-color: green;
11 border: solid thin blue;
14 There should be no invalidations when align-content changes on a non-flex container.
17 <div style=
"height: 100px"></div>
20 <div style=
"height: 150px"></div>