| Index: third_party/WebKit/LayoutTests/fast/repaint/overflow-into-content-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/overflow-into-content-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/overflow-into-content-expected.txt
|
| index f887412989b69e5fb57a013b5b20fa24f0516521..00559850340d81c6dd2a22d1ea71b0f21d32d28f 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/overflow-into-content-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/overflow-into-content-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 DIV id='target3'",
|
| - "LayoutBlockFlow (positioned) DIV",
|
| - "LayoutBlockFlow (positioned) DIV",
|
| - "LayoutBlockFlow DIV"
|
| + "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 invisible"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target3'",
|
| + "rect": [8, 388, 100, 20],
|
| + "reason": "layoutObject removal"
|
| + }
|
| ]
|
| }
|
| ]
|
|
|