Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / backing / no-backing-for-perspective-expected.txt
index 55c25f7..fdf1c99 100644 (file)
@@ -1,49 +1,64 @@
 This layer should not have backing store.
 This layer should not have backing store.
-(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 342.00 240.00)
-          (children 1
-            (GraphicsLayer
-              (bounds 342.00 240.00)
-              (shouldFlattenTransform 0)
-              (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] [0.00 0.00 0.00 1.00])
-              (children 1
-                (GraphicsLayer
-                  (position 21.00 39.00)
-                  (bounds 342.00 180.00)
-                  (children 1
-                    (GraphicsLayer
-                      (bounds 342.00 180.00)
-                      (shouldFlattenTransform 0)
-                      (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] [0.00 0.00 0.00 1.00])
-                      (children 1
-                        (GraphicsLayer
-                          (position 31.00 49.00)
-                          (bounds 100.00 100.00)
-                          (contentsOpaque 1)
-                          (drawsContent 1)
-                          (backgroundColor #C0C0C0)
-                          (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] [0.00 0.00 1.00 1.00])
-                        )
-                      )
-                    )
-                  )
-                )
-              )
-            )
-          )
-        )
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "children": [
+        {
+          "position": [8, 8],
+          "bounds": [342, 240],
+          "children": [
+            {
+              "bounds": [342, 240],
+              "shouldFlattenTransform": false,
+              "transform": [
+                [1, 0, 0, 0],
+                [0, 1, 0, 0],
+                [0, 0, 1, -0.002],
+                [0, 0, 0, 1]
+              ],
+              "children": [
+                {
+                  "position": [21, 39],
+                  "bounds": [342, 180],
+                  "children": [
+                    {
+                      "bounds": [342, 180],
+                      "shouldFlattenTransform": false,
+                      "transform": [
+                        [1, 0, 0, 0],
+                        [0, 1, 0, 0],
+                        [0, 0, 1, -0.002],
+                        [0, 0, 0, 1]
+                      ],
+                      "children": [
+                        {
+                          "position": [31, 49],
+                          "bounds": [100, 100],
+                          "contentsOpaque": true,
+                          "drawsContent": true,
+                          "backgroundColor": "#C0C0C0",
+                          "transform": [
+                            [1, 0, 0, 0],
+                            [0, 1, 0, 0],
+                            [0, 0, 1, 0],
+                            [0, 0, 1, 1]
+                          ]
+                        }
+                      ]
+                    }
+                  ]
+                }
+              ]
+            }
+          ]
+        }
+      ]
+    }
+  ]
+}