Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / masks / mask-layer-size-expected.txt
index e56a5d7..2aeec94 100644 (file)
@@ -1,20 +1,20 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (children 1
-        (GraphicsLayer
-          (position 10.00 10.00)
-          (bounds 400.00 200.00)
-          (contentsOpaque 1)
-          (drawsContent 1)
-          (backgroundColor #000000)
-        )
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "children": [
+        {
+          "position": [10, 10],
+          "bounds": [400, 200],
+          "contentsOpaque": true,
+          "drawsContent": true,
+          "backgroundColor": "#000000"
+        }
+      ]
+    }
+  ]
+}