| Index: third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-transform.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-transform.html b/third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-transform.html
|
| index 579adcc96a20b2d03f7f85c27cbf0b3052d5fd1b..d6bf3ff1aff45a31238c3f8a8587eafb2537d0fd 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-transform.html
|
| +++ b/third_party/WebKit/LayoutTests/compositing/repaint/should-not-repaint-composited-transform.html
|
| @@ -7,7 +7,7 @@
|
| transform:translate3D(0, 0, 0);
|
| }
|
| </style>
|
| -<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
|
| +<script src="../../fast/repaint/resources/repaint.js"></script>
|
| <script>
|
| function repaintTest() {
|
| document.getElementById('composited-box').style.webkitTransform = 'translate3D(100px, 100px, 0)';
|
|
|