1 <!-- Based on fast/repaint/transform-translate.html -->
3 <title>Repaint test for bug
15719</title>
4 <script src=
"resources/paint-invalidation-test.js" type=
"text/javascript"></script>
6 <body onload=
"runPaintInvalidationTest()">
7 <h1>Repaint test for bug
15719</h1>
8 <div id=
"target" style=
"transform: translate(0, 0); width: 100px; height: 100px; background-color: yellow; border: solid;"></div>
11 window
.expectedPaintInvalidationObjects
= [
12 "LayoutBlockFlow DIV id='target'",
14 function paintInvalidationTest()
17 document
.getElementById("target").style
.webkitTransform
= "translate(" + offset
+ "px, 0)";