| Index: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/float-move-during-layout-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/float-move-during-layout-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/float-move-during-layout-expected.txt
|
| index d6c49a35f2012db23961d13de26b6cf8113ea6ac..9dacd1880edab3d57e02b22b384f5db63936bf7b 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/float-move-during-layout-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/float-move-during-layout-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,23 @@
|
| "object": "LayoutBlockFlow (floating) DIV",
|
| "rect": [8, 110, 100, 100],
|
| "reason": "forced by layout"
|
| - },
|
| - {
|
| - "object": "LayoutBlockFlow DIV id='s'",
|
| - "reason": "bounds change"
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='t'",
|
| + "reason": "became visible"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow DIV id='s'",
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (floating) DIV",
|
| + "reason": "forced by layout"
|
| + }
|
| ]
|
| }
|
|
|
|
|