Index: third_party/WebKit/LayoutTests/paint/invalidation/margin-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/margin-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/margin-expected.txt |
index 3624bdf8e50cb931c3da6e112be69b360b330bd1..734a9336aa19871d31018ceaf527b4e08db2fcd2 100644 |
--- a/third_party/WebKit/LayoutTests/paint/invalidation/margin-expected.txt |
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/margin-expected.txt |
@@ -5,6 +5,22 @@ |
"bounds": [800, 600], |
"contentsOpaque": true, |
"drawsContent": true, |
+ "paintChunkContents": [ |
+ [ |
+ { |
+ "index": 2, |
+ "type": "DrawingDocumentBackground", |
+ "clientDebugName": "clientDebugName: \"LayoutView #document\"", |
chrishtr
2016/12/15 21:26:18
This is just an example, probably best to revert i
|
+ "visualRect": "[0,0 800x600]" |
+ }, |
+ { |
+ "index": 4, |
+ "type": "DrawingBoxDecorationBackground", |
+ "clientDebugName": "clientDebugName: \"LayoutBlockFlow (positioned) DIV id='target'\"", |
+ "visualRect": "[20,20 100x100]" |
+ } |
+ ] |
+ ], |
"paintInvalidations": [ |
{ |
"object": "LayoutBlockFlow (positioned) DIV id='target'", |
@@ -12,9 +28,9 @@ |
"reason": "bounds change" |
}, |
{ |
- "object": "LayoutBlockFlow (positioned) DIV id='target'", |
+ "object": "", |
"rect": [0, 0, 100, 100], |
- "reason": "bounds change" |
+ "reason": "full" |
} |
] |
} |