Chromium Code Reviews| Index: LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt |
| diff --git a/LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt b/LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt |
| index 41cb5e5c5bbe520d8e8a0d80d96d0be4a29db602..d2faf451b49c40a2b43d1d5dd8b49b1e1398b952 100644 |
| --- a/LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt |
| +++ b/LayoutTests/fast/repaint/window-resize-no-layout-change1-expected.txt |
| @@ -16,8 +16,10 @@ |
| "contentsOpaque": true, |
| "drawsContent": true, |
| "repaintRects": [ |
| - [0, 0, 2008, 2016], |
| [0, 0, 300, 300] |
| + ], |
| + "paintInvalidationClients": [ |
| + "LayoutView #document" |
| ] |
| } |
| ] |
| @@ -40,8 +42,10 @@ |
| "contentsOpaque": true, |
| "drawsContent": true, |
| "repaintRects": [ |
| - [0, 0, 2008, 2016], |
| [0, 0, 250, 250] |
| + ], |
| + "paintInvalidationClients": [ |
| + "LayoutView #document" |
| ] |
| } |
| ] |