Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / win / virtual / softwarecompositing / geometry / limit-layer-bounds-overflow-root-expected.txt
index 4d1590b..28de5cb 100644 (file)
@@ -1,25 +1,25 @@
-(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 21.00 21.00)
-              (bounds 100.00 100.00)
-            )
-            (GraphicsLayer
-              (bounds 211.00 142.00)
-              (drawsContent 1)
-            )
-          )
-        )
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "children": [
+        {
+          "children": [
+            {
+              "position": [21, 21],
+              "bounds": [100, 100]
+            },
+            {
+              "bounds": [211, 142],
+              "drawsContent": true
+            }
+          ]
+        }
+      ]
+    }
+  ]
+}