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