Index: LayoutTests/platform/win/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt |
diff --git a/LayoutTests/platform/win/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt b/LayoutTests/platform/win/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d6d864da579d7e44af66152f2b69136efe412984 |
--- /dev/null |
+++ b/LayoutTests/platform/win/compositing/layer-creation/should-invoke-deferred-compositing-expected.txt |
@@ -0,0 +1,28 @@ |
+{ |
+ "bounds": [800, 600], |
+ "children": [ |
+ { |
+ "bounds": [800, 600], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "children": [ |
+ { |
+ "bounds": [300, 300], |
+ "children": [ |
+ { |
+ "bounds": [200, 200], |
+ "drawsContent": true, |
+ "repaintRects": [ |
+ [0, 0, 200, 200] |
+ ], |
+ "paintInvalidationClients": [ |
+ "LayoutHTMLCanvas (positioned) CANVAS" |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+ } |
+ ] |
+} |
+ |