| Index: third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-after-move-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-after-move-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-after-move-expected.txt
|
| index 0364ba80a360c7311ce3c6d26fd74f9ad2683ab6..1aae33246ec6dc6a0bdc0e6912c7c20b5e3cadea 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-after-move-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-after-move-expected.txt
|
| @@ -11,12 +11,17 @@
|
| "bounds": [300, 400],
|
| "shouldFlattenTransform": false,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [50, 160, 200, 50],
|
| - [50, 50, 200, 50]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV id='block'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='block'",
|
| + "rect": [50, 50, 200, 50],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='block'",
|
| + "rect": [50, 160, 200, 50],
|
| + "reason": "location change"
|
| + }
|
| ],
|
| "children": [
|
| {
|
| @@ -26,12 +31,17 @@
|
| {
|
| "bounds": [285, 900],
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [50, 310, 200, 50],
|
| - [50, 200, 200, 50]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV id='block'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='block'",
|
| + "rect": [50, 200, 200, 50],
|
| + "reason": "location change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV id='block'",
|
| + "rect": [50, 310, 200, 50],
|
| + "reason": "location change"
|
| + }
|
| ]
|
| }
|
| ]
|
| @@ -46,8 +56,12 @@
|
| {
|
| "position": [285, 0],
|
| "bounds": [15, 385],
|
| - "repaintRects": [
|
| - [0, 0, 15, 385]
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "Vertical Scrollbar Layer",
|
| + "rect": [0, 0, 15, 385],
|
| + "reason": "full"
|
| + }
|
| ]
|
| },
|
| {
|
|
|