Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / virtual / softwarecompositing / layer-creation / overlap-transformed-and-clipped-expected.txt
index cd58d5a..35bb92e 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
-          (bounds 100.00 100.00)
-          (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] [110.00 0.00 0.00 1.00])
-          (children 1
-            (GraphicsLayer
-              (bounds 100.00 100.00)
-              (children 1
-                (GraphicsLayer
-                  (children 2
-                    (GraphicsLayer
-                      (bounds 100.00 100.00)
-                      (contentsOpaque 1)
-                      (drawsContent 1)
-                      (backgroundColor #FF0000)
-                    )
-                    (GraphicsLayer
-                      (bounds 100.00 100.00)
-                      (drawsContent 1)
-                    )
-                  )
-                )
-              )
-            )
-          )
-        )
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "children": [
+        {
+          "bounds": [100, 100],
+          "drawsContent": true,
+          "transform": [
+            [1, 0, 0, 0],
+            [0, 1, 0, 0],
+            [0, 0, 1, 0],
+            [110, 0, 0, 1]
+          ],
+          "children": [
+            {
+              "bounds": [100, 100],
+              "children": [
+                {
+                  "children": [
+                    {
+                      "bounds": [100, 100],
+                      "contentsOpaque": true,
+                      "drawsContent": true,
+                      "backgroundColor": "#FF0000"
+                    },
+                    {
+                      "bounds": [100, 100],
+                      "drawsContent": true
+                    }
+                  ]
+                }
+              ]
+            }
+          ]
+        }
+      ]
+    }
+  ]
+}