Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / virtual / softwarecompositing / geometry / limit-layer-bounds-positioned-transition-expected.txt
index 38c73bf..eb06e8e 100644 (file)
@@ -1,27 +1,27 @@
 Text here
-(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 29.00 29.00)
-              (bounds 100.00 100.00)
-            )
-            (GraphicsLayer
-              (position -771.00 8.00)
-              (bounds 1200.00 142.00)
-              (drawsContent 1)
-            )
-          )
-        )
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "children": [
+        {
+          "children": [
+            {
+              "position": [29, 29],
+              "bounds": [100, 100]
+            },
+            {
+              "position": [-771, 8],
+              "bounds": [1200, 142],
+              "drawsContent": true
+            }
+          ]
+        }
+      ]
+    }
+  ]
+}