Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / layer-creation / overlap-child-layer-expected.txt
index 5ca922b..d82d097 100644 (file)
@@ -1,27 +1,28 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (children 1
-        (GraphicsLayer
-          (children 2
-            (GraphicsLayer
-              (transformOrigin 400.00 0.00)
-              (bounds 256.00 256.00)
-              (contentsOpaque 1)
-              (drawsContent 1)
-            )
-            (GraphicsLayer
-              (bounds 300.00 300.00)
-              (drawsContent 1)
-            )
-          )
-        )
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "children": [
+        {
+          "shouldFlattenTransform": false,
+          "children": [
+            {
+              "transformOrigin": [400, 0],
+              "bounds": [256, 256],
+              "contentsOpaque": true,
+              "drawsContent": true
+            },
+            {
+              "bounds": [300, 300],
+              "drawsContent": true
+            }
+          ]
+        }
+      ]
+    }
+  ]
+}