Chromium Code Reviews| Index: LayoutTests/fast/repaint/window-resize-positioned-percent-top-expected.txt |
| diff --git a/LayoutTests/fast/repaint/window-resize-positioned-percent-top-expected.txt b/LayoutTests/fast/repaint/window-resize-positioned-percent-top-expected.txt |
| index c36c6fda1dfc6ce80333df3876cac11c0d6c2866..584953e5a4930088561fbb755ce74470a8cee1fe 100644 |
| --- a/LayoutTests/fast/repaint/window-resize-positioned-percent-top-expected.txt |
| +++ b/LayoutTests/fast/repaint/window-resize-positioned-percent-top-expected.txt |
| @@ -6,6 +6,7 @@ |
| "contentsOpaque": true, |
| "drawsContent": true, |
| "repaintRects": [ |
| + [0, 200, 200, 100], |
| [0, 150, 20, 20], |
| [0, 100, 20, 20] |
| ] |
| @@ -20,7 +21,7 @@ |
| "contentsOpaque": true, |
| "drawsContent": true, |
| "repaintRects": [ |
| - [0, 0, 200, 300], |
| + [0, 0, 300, 300], |
| [0, 0, 200, 300] |
| ] |
| } |
| @@ -34,7 +35,6 @@ |
| "contentsOpaque": true, |
| "drawsContent": true, |
| "repaintRects": [ |
| - [0, 250, 300, 50], |
| [0, 150, 20, 20], |
| [0, 125, 20, 20] |
| ] |