Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / overflow / clip-descendents-expected.txt
index a2e72d8..23abadc 100644 (file)
@@ -1,79 +1,99 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (children 4
-        (GraphicsLayer
-          (position 48.00 38.00)
-          (bounds 60.00 70.00)
-          (children 1
-            (GraphicsLayer
-              (position 2.00 12.00)
-              (bounds 100.00 150.00)
-              (contentsOpaque 1)
-              (drawsContent 1)
-              (backgroundColor #808080)
-              (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])
-            )
-          )
-        )
-        (GraphicsLayer
-          (position 240.00 38.00)
-          (bounds 60.00 70.00)
-          (children 1
-            (GraphicsLayer
-              (position 2.00 12.00)
-              (bounds 100.00 150.00)
-              (contentsOpaque 1)
-              (drawsContent 1)
-              (backgroundColor #808080)
-              (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])
-            )
-          )
-        )
-        (GraphicsLayer
-          (position 48.00 230.00)
-          (bounds 60.00 70.00)
-          (children 1
-            (GraphicsLayer
-              (bounds 60.00 70.00)
-              (children 1
-                (GraphicsLayer
-                  (position 2.00 12.00)
-                  (bounds 100.00 150.00)
-                  (contentsOpaque 1)
-                  (drawsContent 1)
-                  (backgroundColor #808080)
-                  (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])
-                )
-              )
-            )
-          )
-        )
-        (GraphicsLayer
-          (position 240.00 230.00)
-          (bounds 60.00 70.00)
-          (children 1
-            (GraphicsLayer
-              (bounds 60.00 70.00)
-              (children 1
-                (GraphicsLayer
-                  (position 2.00 12.00)
-                  (bounds 100.00 150.00)
-                  (contentsOpaque 1)
-                  (drawsContent 1)
-                  (backgroundColor #808080)
-                  (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": [48, 38],
+          "bounds": [60, 70],
+          "children": [
+            {
+              "position": [2, 12],
+              "bounds": [100, 150],
+              "contentsOpaque": true,
+              "drawsContent": true,
+              "backgroundColor": "#808080",
+              "transform": [
+                [1, 0, 0, 0],
+                [0, 1, 0, 0],
+                [0, 0, 1, 0],
+                [0, 0, 1, 1]
+              ]
+            }
+          ]
+        },
+        {
+          "position": [240, 38],
+          "bounds": [60, 70],
+          "children": [
+            {
+              "position": [2, 12],
+              "bounds": [100, 150],
+              "contentsOpaque": true,
+              "drawsContent": true,
+              "backgroundColor": "#808080",
+              "transform": [
+                [1, 0, 0, 0],
+                [0, 1, 0, 0],
+                [0, 0, 1, 0],
+                [0, 0, 1, 1]
+              ]
+            }
+          ]
+        },
+        {
+          "position": [48, 230],
+          "bounds": [60, 70],
+          "children": [
+            {
+              "bounds": [60, 70],
+              "children": [
+                {
+                  "position": [2, 12],
+                  "bounds": [100, 150],
+                  "contentsOpaque": true,
+                  "drawsContent": true,
+                  "backgroundColor": "#808080",
+                  "transform": [
+                    [1, 0, 0, 0],
+                    [0, 1, 0, 0],
+                    [0, 0, 1, 0],
+                    [0, 0, 1, 1]
+                  ]
+                }
+              ]
+            }
+          ]
+        },
+        {
+          "position": [240, 230],
+          "bounds": [60, 70],
+          "children": [
+            {
+              "bounds": [60, 70],
+              "children": [
+                {
+                  "position": [2, 12],
+                  "bounds": [100, 150],
+                  "contentsOpaque": true,
+                  "drawsContent": true,
+                  "backgroundColor": "#808080",
+                  "transform": [
+                    [1, 0, 0, 0],
+                    [0, 1, 0, 0],
+                    [0, 0, 1, 0],
+                    [0, 0, 1, 1]
+                  ]
+                }
+              ]
+            }
+          ]
+        }
+      ]
+    }
+  ]
+}