| Index: third_party/WebKit/LayoutTests/fast/images/fixed-img-src-change-after-scroll-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/images/fixed-img-src-change-after-scroll-expected.txt b/third_party/WebKit/LayoutTests/fast/images/fixed-img-src-change-after-scroll-expected.txt
|
| index 398c3745b391a9d1d601d45c80ead7092de120f7..945d5f31ac2ed0ae3155e262d0ab906f7aedf5f4 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/images/fixed-img-src-change-after-scroll-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/images/fixed-img-src-change-after-scroll-expected.txt
|
| @@ -5,12 +5,17 @@
|
| "bounds": [785, 2016],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [0, 1050, 100, 100],
|
| - [0, 50, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutImage (positioned) IMG id='img'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutImage (positioned) IMG id='img'",
|
| + "rect": [0, 50, 100, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutImage (positioned) IMG id='img'",
|
| + "rect": [0, 1050, 100, 100],
|
| + "reason": "location change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|