| Index: third_party/WebKit/LayoutTests/fast/repaint/inline-block-resize-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/inline-block-resize-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/inline-block-resize-expected.txt
|
| index f49d4f57f901fe6fbcea768777e6a43d9efc0456..de26c7a65b916448eef654ec1735e942cd268408 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/inline-block-resize-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/inline-block-resize-expected.txt
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -10,25 +12,23 @@
|
| "object": "LayoutBlockFlow DIV id='target'",
|
| "rect": [8, 8, 100, 100],
|
| "reason": "bounds change"
|
| - },
|
| - {
|
| - "object": "InlineBox",
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "LayoutBlockFlow (positioned) DIV",
|
| - "reason": "forced by layout"
|
| - },
|
| - {
|
| - "object": "RootInlineBox",
|
| - "reason": "full"
|
| - },
|
| - {
|
| - "object": "RootInlineBox",
|
| - "reason": "full"
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow (positioned) DIV",
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "RootInlineBox",
|
| + "reason": "forced by layout"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='target'",
|
| + "reason": "bounds change"
|
| + }
|
| ]
|
| }
|
|
|
|
|