Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / layer-creation / overlap-transformed-layer-with-transform-body-expected.txt
index ff2d211..099a7f1 100644 (file)
@@ -1,39 +1,44 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (children 1
-        (GraphicsLayer
-          (position 8.00 8.00)
-          (bounds 784.00 584.00)
-          (drawsContent 1)
-          (children 2
-            (GraphicsLayer
-              (position 15.00 0.00)
-              (transformOrigin 377.00 0.00)
-              (bounds 256.00 256.00)
-              (contentsOpaque 1)
-              (drawsContent 1)
-              (transform [1.00 0.00 0.00 0.00] [0.00 1.00 0.00 0.00] [0.00 0.00 1.00 0.00] [-10.00 0.00 0.00 1.00])
-              (children 1
-                (GraphicsLayer
-                  (position 385.00 0.00)
-                )
-              )
-            )
-            (GraphicsLayer
-              (bounds 300.00 300.00)
-              (contentsOpaque 1)
-              (drawsContent 1)
-              (backgroundColor #008000)
-            )
-          )
-        )
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "children": [
+        {
+          "position": [8, 8],
+          "bounds": [784, 584],
+          "drawsContent": true,
+          "children": [
+            {
+              "position": [15, 0],
+              "transformOrigin": [377, 0],
+              "bounds": [256, 256],
+              "contentsOpaque": true,
+              "drawsContent": true,
+              "transform": [
+                [1, 0, 0, 0],
+                [0, 1, 0, 0],
+                [0, 0, 1, 0],
+                [-10, 0, 0, 1]
+              ],
+              "children": [
+                {
+                  "position": [385, 0]
+                }
+              ]
+            },
+            {
+              "bounds": [300, 300],
+              "contentsOpaque": true,
+              "drawsContent": true,
+              "backgroundColor": "#008000"
+            }
+          ]
+        }
+      ]
+    }
+  ]
+}