| Index: third_party/WebKit/LayoutTests/fast/repaint/content-into-overflow-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/content-into-overflow-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/content-into-overflow-expected.txt
|
| index 88f27de62d5ec9062b190d94ea439c0520fdd42f..641af102662ba0a613bedd52d74c4549ff191e85 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/content-into-overflow-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/content-into-overflow-expected.txt
|
| @@ -5,19 +5,37 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [111, 8, 3, 106],
|
| - [61, 8, 53, 106],
|
| - [8, 388, 100, 20],
|
| - [8, 308, 100, 100],
|
| - [8, 261, 106, 3],
|
| - [8, 211, 106, 53]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow (positioned) DIV",
|
| - "LayoutBlockFlow (positioned) DIV",
|
| - "LayoutBlockFlow DIV",
|
| - "LayoutBlockFlow DIV id='target3'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV",
|
| + "rect": [111, 8, 3, 106],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV",
|
| + "rect": [61, 8, 53, 106],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV",
|
| + "rect": [8, 261, 106, 3],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV",
|
| + "rect": [8, 211, 106, 53],
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [8, 308, 100, 100],
|
| + "reason": "became visible"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target3'",
|
| + "rect": [8, 388, 100, 20],
|
| + "reason": "location change"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|