| background-image: url('../resources/alpha-blocks.png'); |
| background-size: 400px 400px; |
| background-position: -100px -100px; |
| -webkit-transform: translateZ(0); |
| testRunner.waitUntilDone(); |
| window.setTimeout(function() { |
| window.internals.startTrackingRepaints(); |
| document.getElementById('box').classList.add('moved'); |
| document.getElementById('repaintRects').textContent = window.internals.layerTreeAsText(document, internals.LAYER_TREE_INCLUDES_REPAINT_RECTS); |
| window.addEventListener('load', test, false); |
| <div id="box" class="composited box"></div> |
| <pre id="repaintRects"></pre> |