| Index: third_party/WebKit/LayoutTests/fast/repaint/scroll-in-clipped-layer-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/scroll-in-clipped-layer-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/scroll-in-clipped-layer-expected.txt
|
| index 5603c027fe97a9e03608b74762347985b27f9078..0541bd10cf195172fb7dc8b9c253bab4ae71af0c 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/scroll-in-clipped-layer-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/scroll-in-clipped-layer-expected.txt
|
| @@ -5,15 +5,22 @@
|
| "bounds": [800, 2016],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [100, 150, 100, 100],
|
| - [100, 150, 100, 100],
|
| - [100, 150, 100, 100]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV id='moveMe' class='absolute clipped'",
|
| - "LayoutBlockFlow (relative positioned) DIV class='relative green'",
|
| - "LayoutBlockFlow (positioned) DIV class='absolute red'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV class='absolute red'",
|
| + "rect": [100, 150, 100, 100],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='moveMe' class='absolute clipped'",
|
| + "rect": [100, 150, 100, 100],
|
| + "reason": "full"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (relative positioned) DIV class='relative green'",
|
| + "rect": [100, 150, 100, 100],
|
| + "reason": "location change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|