Chromium Code Reviews| Index: LayoutTests/fast/repaint/window-resize-percent-html-expected.txt |
| diff --git a/LayoutTests/fast/repaint/window-resize-percent-html-expected.txt b/LayoutTests/fast/repaint/window-resize-percent-html-expected.txt |
| index a62c7ee83c754c3b61019915fda6a1a90520120d..1ffe1cb56ac4e4694df9b449cbde177ad28ad190 100644 |
| --- a/LayoutTests/fast/repaint/window-resize-percent-html-expected.txt |
| +++ b/LayoutTests/fast/repaint/window-resize-percent-html-expected.txt |
| @@ -6,6 +6,7 @@ |
| "contentsOpaque": true, |
| "drawsContent": true, |
| "repaintRects": [ |
| + [0, 200, 200, 100], |
| [0, 100, 200, 50], |
| [0, 100, 200, 50], |
| [0, 50, 100, 25] |
| @@ -21,7 +22,7 @@ |
| "contentsOpaque": true, |
| "drawsContent": true, |
| "repaintRects": [ |
| - [0, 0, 200, 300], |
| + [0, 0, 300, 300], |
| [0, 0, 200, 300] |
| ] |
| } |
| @@ -35,7 +36,6 @@ |
| "contentsOpaque": true, |
| "drawsContent": true, |
| "repaintRects": [ |
| - [0, 250, 300, 50], |
| [0, 125, 300, 25], |
| [0, 125, 300, 25], |
| [0, 63, 150, 12] |