| Index: third_party/WebKit/LayoutTests/fast/repaint/canvas-resize-no-full-invalidation.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/canvas-resize-no-full-invalidation.html b/third_party/WebKit/LayoutTests/fast/repaint/canvas-resize-no-full-invalidation.html
|
| index 8f7924d1bbfcb71bf19856aa8e2311c68c3bf193..410082177a47e758e52d3d439b2b8cc112e0f972 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/canvas-resize-no-full-invalidation.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/canvas-resize-no-full-invalidation.html
|
| @@ -16,7 +16,7 @@ canvas {
|
| Tests paint invalidation of canvas when it's resized which doesn't affect its contents. Passes if there is only incremental invalidation for the resized background.
|
| <canvas id="canvas" width="500" height="500"></canvas>
|
|
|
| -<script src="resources/text-based-repaint.js"></script>
|
| +<script src="resources/repaint.js"></script>
|
| <script>
|
| function repaintTest() {
|
| document.getElementById('canvas').style.width = '500px';
|
|
|