| Index: third_party/WebKit/LayoutTests/fast/repaint/relative-margin-change-repaint-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/relative-margin-change-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/relative-margin-change-repaint-expected.txt
|
| index f4614d3603e85148b95fbcd982e031fb22692832..3528b0ee7f10ab53ee50532e6b0e69395c6153c1 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/relative-margin-change-repaint-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/relative-margin-change-repaint-expected.txt
|
| @@ -1,7 +1,9 @@
|
| {
|
| + "name": "Content Root Layer",
|
| "bounds": [800, 600],
|
| "children": [
|
| {
|
| + "name": "LayoutView #document",
|
| "bounds": [800, 600],
|
| "contentsOpaque": true,
|
| "drawsContent": true,
|
| @@ -38,6 +40,20 @@
|
| }
|
| ]
|
| }
|
| + ],
|
| + "objectPaintInvalidations": [
|
| + {
|
| + "object": "LayoutBlockFlow BODY",
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (relative positioned) DIV id='container'",
|
| + "reason": "bounds change"
|
| + },
|
| + {
|
| + "object": "LayoutBlockFlow (relative positioned) DIV id='test'",
|
| + "reason": "bounds change"
|
| + }
|
| ]
|
| }
|
|
|
|
|