Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / mac / virtual / softwarecompositing / overflow / scroll-parent-absolute-expected.txt
index 6d636f7..e875a24 100644 (file)
@@ -1,73 +1,79 @@
-(GraphicsLayer
-  (bounds 785.00 5516.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 785.00 5516.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (children 4
-        (GraphicsLayer
-          (position 8.00 8.00)
-          (bounds 500.00 500.00)
-          (contentsOpaque 1)
-          (drawsContent 1)
-          (backgroundColor #0000FF)
-          (children 4
-            (GraphicsLayer
-              (bounds 485.00 485.00)
-              (children 1
-                (GraphicsLayer
-                  (bounds 485.00 5000.00)
-                  (shouldFlattenTransform 0)
-                  (drawsContent 1)
-                  (children 1
-                    (GraphicsLayer
-                    )
-                  )
-                )
-              )
-            )
-            (GraphicsLayer
-              (position 0.00 485.00)
-              (bounds 485.00 15.00)
-            )
-            (GraphicsLayer
-              (position 485.00 0.00)
-              (bounds 15.00 485.00)
-            )
-            (GraphicsLayer
-              (position 485.00 485.00)
-              (bounds 15.00 15.00)
-              (drawsContent 1)
-            )
-          )
-        )
-        (GraphicsLayer
-          (position 8.00 8.00)
-          (bounds 400.00 400.00)
-          (contentsOpaque 1)
-          (drawsContent 1)
-          (backgroundColor #008000)
-          (hasClipParent 1)
-        )
-        (GraphicsLayer
-          (position 8.00 8.00)
-          (bounds 300.00 300.00)
-          (contentsOpaque 1)
-          (drawsContent 1)
-          (backfaceVisibility hidden)
-          (backgroundColor #FFFF00)
-        )
-        (GraphicsLayer
-          (position 8.00 8.00)
-          (bounds 20.00 5000.00)
-          (contentsOpaque 1)
-          (drawsContent 1)
-          (backgroundColor #FA8072)
-          (hasScrollParent 1)
-        )
-      )
-    )
-  )
-)
+{
+  "bounds": [785, 5516],
+  "children": [
+    {
+      "bounds": [785, 5516],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "children": [
+        {
+          "children": [
+            {
+              "position": [8, 8],
+              "bounds": [500, 500],
+              "contentsOpaque": true,
+              "drawsContent": true,
+              "backgroundColor": "#0000FF",
+              "children": [
+                {
+                  "bounds": [485, 485],
+                  "children": [
+                    {
+                      "bounds": [485, 5000],
+                      "shouldFlattenTransform": false,
+                      "drawsContent": true,
+                      "children": [
+                        {
+                          "shouldFlattenTransform": false
+                        }
+                      ]
+                    }
+                  ]
+                },
+                {
+                  "children": [
+                    {
+                      "position": [0, 485],
+                      "bounds": [485, 15]
+                    },
+                    {
+                      "position": [485, 0],
+                      "bounds": [15, 485]
+                    },
+                    {
+                      "position": [485, 485],
+                      "bounds": [15, 15],
+                      "drawsContent": true
+                    }
+                  ]
+                }
+              ]
+            },
+            {
+              "position": [8, 8],
+              "bounds": [400, 400],
+              "drawsContent": true
+            }
+          ]
+        },
+        {
+          "position": [8, 8],
+          "bounds": [300, 300],
+          "contentsOpaque": true,
+          "drawsContent": true,
+          "backfaceVisibility": "hidden",
+          "backgroundColor": "#FFFF00"
+        },
+        {
+          "position": [8, 8],
+          "bounds": [20, 5000],
+          "contentsOpaque": true,
+          "drawsContent": true,
+          "backgroundColor": "#FA8072",
+          "hasScrollParent": true
+        }
+      ]
+    }
+  ]
+}