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