2 <script src=
"../../fast/repaint/resources/text-based-repaint.js"></script>
4 function repaintTest() {
5 document
.getElementById('overflow1').style
.overflow
= "visible";
6 document
.getElementById('overflow2').style
.overflow
= "hidden";
8 onload
= runRepaintAndPixelTest
;
27 background-color: green;
28 backface-visibility: hidden;
36 <!-- We should not repaint composited descendants on overflow style changes (verified with the text expectation).
37 The compositor should handle any visual change caused by the change of overflow clipping (verified with the pixel expectation). -->
39 <div class=
"composited-child"></div>
40 <div class=
"composited-child overflow-child"></div>
43 <div class=
"composited-child"></div>
44 <div class=
"composited-child overflow-child"></div>