Chromium Code Reviews| Index: LayoutTests/fast/repaint/window-resize-percent-width-height-expected.txt |
| diff --git a/LayoutTests/fast/repaint/window-resize-percent-width-height-expected.txt b/LayoutTests/fast/repaint/window-resize-percent-width-height-expected.txt |
| index 1936f88e163bf18b8b2b768ceac538b9a34bf47b..9f6855b035559f5b0900a2d4850c0385a6b03aee 100644 |
| --- a/LayoutTests/fast/repaint/window-resize-percent-width-height-expected.txt |
| +++ b/LayoutTests/fast/repaint/window-resize-percent-width-height-expected.txt |
| @@ -6,6 +6,7 @@ |
| "contentsOpaque": true, |
| "drawsContent": true, |
| "repaintRects": [ |
| + [0, 200, 200, 100], |
| [0, 100, 100, 50] |
| ] |
| } |
| @@ -19,7 +20,7 @@ |
| "contentsOpaque": true, |
| "drawsContent": true, |
| "repaintRects": [ |
| - [0, 0, 200, 300], |
| + [0, 0, 300, 300], |
| [0, 0, 200, 300] |
| ] |
| } |
| @@ -33,7 +34,6 @@ |
| "contentsOpaque": true, |
| "drawsContent": true, |
| "repaintRects": [ |
| - [0, 250, 300, 50], |
| [0, 125, 150, 25] |
| ] |
| } |