4 <script src=
"../../fast/repaint/resources/text-based-repaint.js" type=
"text/javascript"></script>
8 if (window
.testRunner
) {
9 var targetElement
= document
.getElementById('target');
10 targetElement
.style
.opacity
= '0.5';
11 document
.body
.offsetTop
;
12 targetElement
.style
.opacity
= '1';
13 document
.body
.offsetTop
;
25 flex-direction: column;
29 <body onload=
"runRepaintTest()">
31 <div class=
"item" id=
"target"></div>
32 <div class=
"item"></div>