2 <script src=
"resources/text-based-repaint.js"></script>
4 function repaintTest() {
5 document
.getElementById('container').style
.justifyContent
= 'flex-start';
7 onload
= runRepaintTest
;
15 justify-content: center;
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 aligned to the box's right edge.
</p>
29 <div style=
"height: 50px"></div>
32 <div style=
"height: 50px"></div>