Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / win / compositing / overflow / clear-scroll-parent-expected.txt
index 2d6f707..b151778 100644 (file)
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (children 4
-        (GraphicsLayer
-          (position 8.00 8.00)
-          (bounds 308.00 208.00)
-          (drawsContent 1)
-          (children 3
-            (GraphicsLayer
-              (position 4.00 4.00)
-              (bounds 285.00 200.00)
-              (children 1
-                (GraphicsLayer
-                  (bounds 285.00 530.00)
-                  (shouldFlattenTransform 0)
-                  (drawsContent 1)
-                  (children 1
-                    (GraphicsLayer
-                    )
-                  )
-                )
-              )
-            )
-            (GraphicsLayer
-              (position 289.00 4.00)
-              (bounds 15.00 185.00)
-              (drawsContent 1)
-            )
-            (GraphicsLayer
-              (position 289.00 189.00)
-              (bounds 15.00 15.00)
-              (drawsContent 1)
-            )
-          )
-        )
-        (GraphicsLayer
-          (position 50.00 200.00)
-          (bounds 200.00 200.00)
-          (contentsOpaque 1)
-          (drawsContent 1)
-          (backgroundColor #008000)
-          (hasClipParent 1)
-          (children 1
-            (GraphicsLayer
-            )
-          )
-        )
-        (GraphicsLayer
-          (position 12.00 12.00)
-          (bounds 80.00 80.00)
-          (hasScrollParent 1)
-          (children 1
-            (GraphicsLayer
-              (position 10.00 10.00)
-              (bounds 100.00 100.00)
-              (contentsOpaque 1)
-              (drawsContent 1)
-              (backgroundColor #FF0000)
-              (children 1
-                (GraphicsLayer
-                )
-              )
-            )
-          )
-        )
-        (GraphicsLayer
-          (hasScrollParent 1)
-          (children 2
-            (GraphicsLayer
-              (position 22.00 102.00)
-              (bounds 100.00 100.00)
-              (contentsOpaque 1)
-              (drawsContent 1)
-              (backgroundColor #0000FF)
-              (children 1
-                (GraphicsLayer
-                )
-              )
-            )
-            (GraphicsLayer
-              (position 22.00 212.00)
-              (bounds 100.00 320.00)
-              (drawsContent 1)
-            )
-          )
-        )
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "children": [
+        {
+          "position": [8, 8],
+          "bounds": [308, 208],
+          "drawsContent": true,
+          "children": [
+            {
+              "position": [4, 4],
+              "bounds": [285, 200],
+              "children": [
+                {
+                  "bounds": [285, 530],
+                  "shouldFlattenTransform": false,
+                  "drawsContent": true,
+                  "children": [
+                    {
+                      "shouldFlattenTransform": false
+                    }
+                  ]
+                }
+              ]
+            },
+            {
+              "children": [
+                {
+                  "position": [289, 4],
+                  "bounds": [15, 185],
+                  "drawsContent": true
+                },
+                {
+                  "position": [289, 189],
+                  "bounds": [15, 15],
+                  "drawsContent": true
+                }
+              ]
+            }
+          ]
+        },
+        {
+          "position": [50, 200],
+          "bounds": [200, 200],
+          "contentsOpaque": true,
+          "drawsContent": true,
+          "backgroundColor": "#008000",
+          "children": [
+            {
+
+            }
+          ]
+        },
+        {
+          "position": [12, 12],
+          "bounds": [80, 80],
+          "hasScrollParent": true,
+          "children": [
+            {
+              "position": [10, 10],
+              "bounds": [100, 100],
+              "contentsOpaque": true,
+              "drawsContent": true,
+              "backgroundColor": "#FF0000",
+              "children": [
+                {
+
+                }
+              ]
+            }
+          ]
+        },
+        {
+          "hasScrollParent": true,
+          "children": [
+            {
+              "position": [22, 102],
+              "bounds": [100, 100],
+              "contentsOpaque": true,
+              "drawsContent": true,
+              "backgroundColor": "#0000FF",
+              "children": [
+                {
+
+                }
+              ]
+            },
+            {
+              "position": [22, 212],
+              "bounds": [100, 320],
+              "drawsContent": true
+            }
+          ]
+        }
+      ]
+    }
+  ]
+}