| Index: third_party/WebKit/LayoutTests/fast/repaint/background-generated-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/background-generated-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/background-generated-expected.txt
|
| index 5dcb793ea7ef980bf10423944edbd64f225a86a2..121e30f6ddc2019fe01c6b6a63ac2c1b0857a981 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/background-generated-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/background-generated-expected.txt
|
| @@ -5,14 +5,22 @@
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| - "repaintRects": [
|
| - [8, 208, 100, 100],
|
| - [8, 8, 100, 300],
|
| - [8, 8, 100, 200]
|
| - ],
|
| - "paintInvalidationClients": [
|
| - "LayoutBlockFlow DIV",
|
| - "LayoutBlockFlow DIV id='target'"
|
| + "paintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [8, 8, 100, 200],
|
| + "reason": "border box change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "rect": [8, 8, 100, 300],
|
| + "reason": "border box change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target'",
|
| + "rect": [8, 208, 100, 100],
|
| + "reason": "incremental"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|