Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / columns / composited-in-paginated-expected.txt
index 909506a..e082c71 100644 (file)
@@ -1,20 +1,20 @@
-(GraphicsLayer
-  (bounds 1600.00 585.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 1600.00 585.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (children 1
-        (GraphicsLayer
-          (position 818.00 145.00)
-          (bounds 100.00 100.00)
-          (contentsOpaque 1)
-          (drawsContent 1)
-          (backgroundColor #0000FF)
-        )
-      )
-    )
-  )
-)
+{
+  "bounds": [1600, 585],
+  "children": [
+    {
+      "bounds": [1600, 585],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "children": [
+        {
+          "position": [818, 145],
+          "bounds": [100, 100],
+          "contentsOpaque": true,
+          "drawsContent": true,
+          "backgroundColor": "#0000FF"
+        }
+      ]
+    }
+  ]
+}