Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / virtual / softwarecompositing / layer-creation / scroll-partial-update-expected.txt
index 85478bb..9909192 100644 (file)
@@ -1,27 +1,27 @@
 scroll me
-(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 8.00 8.00)
-              (bounds 20.00 20.00)
-            )
-            (GraphicsLayer
-              (position 10.00 8.00)
-              (bounds 400.00 204.00)
-              (drawsContent 1)
-            )
-          )
-        )
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "children": [
+        {
+          "children": [
+            {
+              "position": [8, 8],
+              "bounds": [20, 20]
+            },
+            {
+              "position": [10, 8],
+              "bounds": [400, 204],
+              "drawsContent": true
+            }
+          ]
+        }
+      ]
+    }
+  ]
+}