| Index: third_party/WebKit/LayoutTests/fast/repaint/fixed-child-move-after-scroll-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/fixed-child-move-after-scroll-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/fixed-child-move-after-scroll-expected.txt
|
| index dda79b26fcc87eab457b406fa444de6cc960ac54..97ee2b39326e6ef05b9c609777e6e7a0409418f4 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/fixed-child-move-after-scroll-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/fixed-child-move-after-scroll-expected.txt
|
| @@ -5,12 +5,17 @@
|
| "bounds": [785, 3016],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [150, 270, 100, 100],
|
| - [10, 270, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV id='toMove'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='toMove'",
|
| + "rect": [10, 270, 100, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='toMove'",
|
| + "rect": [150, 270, 100, 100],
|
| + "reason": "location change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|