Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / mac / svg / custom / text-xy-updates-SVGList-expected.txt
index 20ba5fc..f40a3d3 100644 (file)
@@ -1,17 +1,17 @@
-(GraphicsLayer
-  (bounds 808.00 620.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 808.00 620.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 208.00 14.00 166.00 18.00)
-        (rect 208.00 14.00 166.00 18.00)
-        (rect 18.00 194.00 166.00 18.00)
-        (rect 18.00 194.00 166.00 18.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [808, 620],
+  "children": [
+    {
+      "bounds": [808, 620],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [208, 14, 166, 18],
+        [208, 14, 166, 18],
+        [18, 194, 166, 18],
+        [18, 194, 166, 18]
+      ]
+    }
+  ]
+}