Chromium Code Reviews| Index: LayoutTests/compositing/squashing/invalidation-for-subpixel-offset-of-squashed-layer-expected.txt |
| diff --git a/LayoutTests/compositing/squashing/repaint-via-layout-offset-expected.txt b/LayoutTests/compositing/squashing/invalidation-for-subpixel-offset-of-squashed-layer-expected.txt |
| similarity index 80% |
| copy from LayoutTests/compositing/squashing/repaint-via-layout-offset-expected.txt |
| copy to LayoutTests/compositing/squashing/invalidation-for-subpixel-offset-of-squashed-layer-expected.txt |
| index 1cc61f5b1be93a3bbb4071aacf5c5284d517477b..228ade8b0ba2e6a828072c28cdf22bba9f016636 100644 |
| --- a/LayoutTests/compositing/squashing/repaint-via-layout-offset-expected.txt |
| +++ b/LayoutTests/compositing/squashing/invalidation-for-subpixel-offset-of-squashed-layer-expected.txt |
| @@ -14,15 +14,14 @@ |
| "bounds": [200, 200], |
| "contentsOpaque": true, |
| "drawsContent": true, |
| - "backgroundColor": "#ADD8E6" |
| + "backgroundColor": "#D3D3D3" |
| }, |
| { |
| "position": [50, 50], |
| - "bounds": [50, 50], |
| + "bounds": [251, 251], |
| "drawsContent": true, |
| "repaintRects": [ |
| - [0, 0, 50, 50], |
| - [0, 0, 40, 40] |
| + [50, 50, 200, 200] |
|
chrishtr
2014/10/14 21:43:13
Before this fix it was [51, 51, ...]
|
| ] |
| } |
| ] |