| Index: LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt
|
| diff --git a/LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt b/LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt
|
| index bbda46df37e97f1442affaeb7c692267c8d02ee7..5dcb42cf03764be68d99c9c5438d2c0ef242866e 100644
|
| --- a/LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt
|
| +++ b/LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt
|
| @@ -70,6 +70,7 @@ CASE 2, scrolling y to 80, new layers will be squashed, so things repaint:
|
| "drawsContent": true,
|
| "backgroundColor": "#00FFFF",
|
| "repaintRects": [
|
| + [0, 0, 200, 100],
|
| [0, 0, 200, 100]
|
| ]
|
| },
|
| @@ -157,6 +158,7 @@ CASE 4, scrolling y to 170 new layers will be squashed, so things repaint:
|
| "drawsContent": true,
|
| "backgroundColor": "#00FF00",
|
| "repaintRects": [
|
| + [0, 0, 200, 100],
|
| [0, 0, 200, 100]
|
| ]
|
| },
|
|
|