| Index: third_party/WebKit/LayoutTests/fast/repaint/scroll-with-transformed-parent-layer-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/scroll-with-transformed-parent-layer-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/scroll-with-transformed-parent-layer-expected.txt
|
| index 63fdc88cf085dadc05ebcc7f040a5ba05d868949..bc8cbbe5c4b65465fd2a0cbca8d05b43dda89d17 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/scroll-with-transformed-parent-layer-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/scroll-with-transformed-parent-layer-expected.txt
|
| @@ -5,15 +5,22 @@
|
| "bounds": [800, 2016],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [79, 129, 142, 142],
|
| - [79, 129, 142, 142],
|
| - [79, 129, 142, 142]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV id='moveMe' class='absolute clipped'",
|
| - "LayoutBlockFlow (positioned) DIV class='absolute green'",
|
| - "LayoutBlockFlow (positioned) DIV class='absolute red'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV class='absolute green'",
|
| + "rect": [79, 129, 142, 142],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV class='absolute red'",
|
| + "rect": [79, 129, 142, 142],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='moveMe' class='absolute clipped'",
|
| + "rect": [79, 129, 142, 142],
|
| + "reason": "full"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|