Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / mac / virtual / softwarecompositing / fixed-body-background-positioned-expected.txt
index 62f3103..0e8eccc 100644 (file)
@@ -1,40 +1,41 @@
-(GraphicsLayer
-  (children 1
-    (GraphicsLayer
-      (children 2
-        (GraphicsLayer
-          (bounds 785.00 600.00)
-          (children 2
-            (GraphicsLayer
-              (transformOrigin 0.00 0.00)
-              (bounds 785.00 600.00)
-              (contentsOpaque 1)
-              (drawsContent 1)
-            )
-            (GraphicsLayer
-              (children 2
-                (GraphicsLayer
-                  (bounds 785.00 3700.00)
-                  (children 1
-                    (GraphicsLayer
-                      (bounds 785.00 3700.00)
-                      (drawsContent 1)
-                    )
-                  )
-                )
-                (GraphicsLayer
-                )
-              )
-            )
-          )
-        )
-        (GraphicsLayer
-          (position 785.00 0.00)
-          (bounds 15.00 600.00)
-          (contentsOpaque 1)
-        )
-      )
-    )
-  )
-)
+{
+  "children": [
+    {
+      "children": [
+        {
+          "bounds": [785, 600],
+          "children": [
+            {
+              "transformOrigin": [0, 0],
+              "bounds": [785, 600],
+              "contentsOpaque": true,
+              "drawsContent": true
+            },
+            {
+              "children": [
+                {
+                  "bounds": [785, 3700],
+                  "children": [
+                    {
+                      "bounds": [785, 3700],
+                      "drawsContent": true
+                    }
+                  ]
+                },
+                {
+
+                }
+              ]
+            }
+          ]
+        },
+        {
+          "position": [785, 0],
+          "bounds": [15, 600],
+          "contentsOpaque": true
+        }
+      ]
+    }
+  ]
+}