Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / fixed-position-changed-to-absolute-expected.txt
index 2eed795..e6724ab 100644 (file)
@@ -1,29 +1,29 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (children 1
-        (GraphicsLayer
-          (children 2
-            (GraphicsLayer
-              (position 8.00 13.00)
-              (bounds 150.00 150.00)
-              (contentsOpaque 1)
-              (drawsContent 1)
-              (backgroundColor #D9CCA7)
-            )
-            (GraphicsLayer
-              (position 20.00 20.00)
-              (bounds 226.00 180.00)
-              (drawsContent 1)
-            )
-          )
-        )
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "children": [
+        {
+          "children": [
+            {
+              "position": [8, 13],
+              "bounds": [150, 150],
+              "contentsOpaque": true,
+              "drawsContent": true,
+              "backgroundColor": "#D9CCA7"
+            },
+            {
+              "position": [20, 20],
+              "bounds": [226, 180],
+              "drawsContent": true
+            }
+          ]
+        }
+      ]
+    }
+  ]
+}