Index: LayoutTests/compositing/fixed-position-opaque-compositing-expected.txt |
diff --git a/LayoutTests/compositing/fixed-position-opaque-compositing-expected.txt b/LayoutTests/compositing/fixed-position-opaque-compositing-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..518388530e2b11367c16af3d0e3219116921647c |
--- /dev/null |
+++ b/LayoutTests/compositing/fixed-position-opaque-compositing-expected.txt |
@@ -0,0 +1,27 @@ |
+{ |
+ "bounds": [785, 2000], |
+ "children": [ |
+ { |
+ "bounds": [785, 2000], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "backgroundColor": "#FFFFFF", |
+ "children": [ |
+ { |
+ "bounds": [200, 200], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "backgroundColor": "#008000" |
+ }, |
+ { |
+ "position": [100, 250], |
+ "bounds": [25, 25], |
+ "contentsOpaque": true, |
+ "drawsContent": true, |
+ "backgroundColor": "#008000" |
+ } |
+ ] |
+ } |
+ ] |
+} |
+ |