| Index: third_party/WebKit/LayoutTests/fast/repaint/intermediate-layout-position-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/intermediate-layout-position-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/intermediate-layout-position-expected.txt
|
| index 6399d39f7681e75f2f00f2bccff82a9f18944cbb..54a729db57fe2854bead06769a934b8d3277ea77 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/intermediate-layout-position-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/intermediate-layout-position-expected.txt
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -20,13 +22,27 @@
|
| "object": "LayoutTableCell TD id='cell'",
|
| "rect": [10, 170, 42, 20],
|
| "reason": "incremental"
|
| - },
|
| - {
|
| - "object": "LayoutBlockFlow DIV id='target'",
|
| - "reason": "became visible"
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV",
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target'",
|
| + "reason": "became visible"
|
| + },
|
| + {
|
| + "object": "LayoutTable TABLE",
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutTableCell TD id='cell'",
|
| + "reason": "incremental"
|
| + }
|
| ]
|
| }
|
|
|
|
|