Index: third_party/WebKit/LayoutTests/paint/invalidation/invalidate-descendants-when-receiving-paint-layer-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-descendants-when-receiving-paint-layer-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-descendants-when-receiving-paint-layer-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7b8f43785fc648b67f3b96c3e50bbf346d3bae21 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/invalidate-descendants-when-receiving-paint-layer-expected.txt |
@@ -0,0 +1,57 @@ |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [1, 1, 100, 100], |
+ [1, 1, 100, 100] |
+ ], |
+ "paintInvalidationClients": [ |
+ "LayoutBlockFlow DIV id='target'", |
+ "LayoutBlockFlow DIV id='child'" |
+ ], |
+ "children": [ |
+ { |
+ "position": [8, 8] |
+ }, |
+ { |
+ "shouldFlattenTransform": false, |
+ "children": [ |
+ { |
+ "position": [8, 8], |
+ "bounds": [784, 52], |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [1, 1, 100, 100], |
+ [1, 1, 100, 100], |
+ [0, 52, 784, 49] |
+ ], |
+ "paintInvalidationClients": [ |
+ "LayoutBlockFlow DIV id='target'", |
+ "LayoutBlockFlow DIV id='child'", |
+ "LayoutBlockFlow (relative positioned) DIV" |
+ ] |
+ }, |
+ { |
+ "position": [9, 9], |
+ "bounds": [100, 100], |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [0, 0, 100, 100], |
+ [0, 0, 100, 100] |
+ ], |
+ "paintInvalidationClients": [ |
+ "LayoutBlockFlow DIV id='target'", |
+ "LayoutBlockFlow DIV id='child'" |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+} |
+ |