4 background-color: blue;
8 -webkit-backface-visibility: hidden;
16 <script src=
"../../fast/repaint/resources/text-based-repaint.js"></script>
18 function repaintTest() {
19 // Remove the div's only compositing reason. This should trigger a repaint.
20 document
.getElementById("square").style
.webkitBackfaceVisibility
= "visible";
25 <div id=
"square"></div>