2 <title>Repaint test for bug
15719</title>
3 <script src=
"resources/text-based-repaint.js" type=
"text/javascript"></script>
5 <body onload=
"runRepaintTest()">
6 <h1>Repaint test for bug
15719</h1>
7 <div id=
"target" style=
"transform: translate(0, 0); width: 100px; height: 100px; background-color: yellow; border: solid;"></div>
10 function repaintTest()
13 document
.getElementById("target").style
.webkitTransform
= "translate(" + offset
+ "px, 0)";