| Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/vertical-align2-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/vertical-align2-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/vertical-align2-expected.txt
|
| index 5d811ac1ffe78ae42d669c98eb3c747d72bad8c8..add331a6af08a0bc0d4c41700db285221a0e5474 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/vertical-align2-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/vertical-align2-expected.txt
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -25,29 +27,27 @@
|
| "object": "LayoutBlockFlow DIV id='target'",
|
| "rect": [200, 100, 100, 100],
|
| "reason": "bounds change"
|
| - },
|
| - {
|
| - "object": "InlineBox",
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "InlineBox",
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "InlineBox",
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "RootInlineBox",
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "RootInlineBox",
|
| - "reason": "full"
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow BODY",
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow BODY",
|
| + "reason": "invalidate paint rectangle"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "reason": "incremental"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target'",
|
| + "reason": "bounds change"
|
| + }
|
| ]
|
| }
|
|
|
|
|