Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / android / compositing / layer-creation / overlap-child-layer-expected.txt
index 1e03528..6ebbd9c 100644 (file)
@@ -1,25 +1,27 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (children 2
-        (GraphicsLayer
-          (anchor 1.56 0.00)
-          (bounds 256.00 256.00)
-          (contentsOpaque 1)
-          (drawsContent 1)
-        )
-        (GraphicsLayer
-          (bounds 300.00 300.00)
-          (contentsOpaque 1)
-          (drawsContent 1)
-          (backgroundColor #008000)
-        )
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "children": [
+        {
+          "children": [
+            {
+              "transformOrigin": [400, 0],
+              "bounds": [256, 256],
+              "contentsOpaque": true,
+              "drawsContent": true
+            },
+            {
+              "bounds": [300, 300],
+              "drawsContent": true
+            }
+          ]
+        }
+      ]
+    }
+  ]
+}