2 <script src=
"resources/text-based-repaint.js"></script>
4 function repaintTest() {
5 document
.getElementById('container').style
.justifyContent
= 'space-between';
7 onload
= runRepaintTest
;
15 justify-content: space-around;
18 background-color: orange;
21 background-color: green;
22 border: solid thin blue;
26 <p style=
"height: 20px">Tests invalidation on justify-content style change. Passes if only one big orange bar appear in the middle of the box.
</p>
29 <div style=
"height: 50px"></div>
32 <div style=
"height: 50px"></div>