| 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..c83c0a78bcf805de25cb93c8ac60703280ca1821 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
|
| @@ -21,7 +21,7 @@ Tests paint invalidation of canvas when it's resized which doesn't affect its co
|
| function repaintTest() {
|
| document.getElementById('canvas').style.width = '500px';
|
| }
|
| -onload = runRepaintTest;
|
| +onload = runRepaintAndPixelTest;
|
|
|
| var ctx = document.getElementById('canvas').getContext('2d');
|
| ctx.beginPath();
|
|
|