4 <title>Test for repaint on margin change
</title>
5 <script src=
"../../fast/repaint/resources/text-based-repaint.js" type=
"text/javascript"></script>
10 document
.getElementById('child-to-grow').style
.marginLeft
= '40px';
20 <body onload=
"runRepaintTest()">
21 <div style=
"display: flex; flex-direction: column; height: 100%">
22 <div style=
"flex: 1"></div>
23 <div class='nested-row-flexbox'
>
24 <div class=
"child"></div>
25 <div class=
"child" id=
"child-to-grow"></div>