Chromium Code Reviews| Index: LayoutTests/fast/repaint/window-resize-positioned-bottom-expected.txt |
| diff --git a/LayoutTests/fast/repaint/window-resize-positioned-bottom-expected.txt b/LayoutTests/fast/repaint/window-resize-positioned-bottom-expected.txt |
| index 5471fcf6076af5c96d2e8d99401cf140640cc756..6f09641beff556ebad1f4fadc3821d06cbaefa86 100644 |
| --- a/LayoutTests/fast/repaint/window-resize-positioned-bottom-expected.txt |
| +++ b/LayoutTests/fast/repaint/window-resize-positioned-bottom-expected.txt |
| @@ -6,6 +6,8 @@ |
| "contentsOpaque": true, |
| "drawsContent": true, |
| "repaintRects": [ |
| + [0, 260, 20, 20], |
| + [0, 200, 200, 100], |
| [0, 160, 20, 20] |
| ] |
| } |
| @@ -19,7 +21,7 @@ |
| "contentsOpaque": true, |
| "drawsContent": true, |
| "repaintRects": [ |
| - [0, 0, 200, 300], |
| + [0, 0, 300, 300], |
| [0, 0, 200, 300] |
| ] |
| } |
| @@ -33,8 +35,6 @@ |
| "contentsOpaque": true, |
| "drawsContent": true, |
| "repaintRects": [ |
| - [0, 260, 20, 20], |
| - [0, 250, 300, 50], |
| [0, 210, 20, 20] |
| ] |
| } |