Chromium Code Reviews| Index: LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt |
| diff --git a/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt b/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt |
| index 0ac5fb7860a978e2dcac28f1fe09bda1d4d9b2cb..034d2aa7565632a34dc3de40d3b00c536efa6a37 100644 |
| --- a/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt |
| +++ b/LayoutTests/fast/repaint/window-resize-background-image-fixed-centered-composited-expected.txt |
| @@ -4,7 +4,9 @@ |
| { |
| "bounds": [200, 300], |
| "drawsContent": true, |
| - "repaintRects": [] |
| + "repaintRects": [ |
| + [0, 200, 200, 100] |
| + ] |
| } |
| ] |
| } |
| @@ -15,7 +17,7 @@ |
| "bounds": [300, 300], |
| "drawsContent": true, |
| "repaintRects": [ |
| - [0, 0, 200, 300], |
| + [0, 0, 300, 300], |
| [0, 0, 200, 300] |
| ] |
| } |
| @@ -27,9 +29,7 @@ |
| { |
| "bounds": [300, 250], |
| "drawsContent": true, |
| - "repaintRects": [ |
| - [0, 250, 300, 50] |
| - ] |
| + "repaintRects": [] |
| } |
| ] |
| } |