Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / mac / svg / dom / SVGPathSegList-xml-dom-synchronization2-expected.txt
index 498dd94..333fa66 100644 (file)
@@ -1,18 +1,18 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 90.00 76.00 283.00 18.00)
-        (rect 90.00 56.00 212.00 18.00)
-        (rect 46.00 103.00 128.00 122.00)
-        (rect 45.00 102.00 79.00 73.00)
-        (rect 10.00 175.00 493.00 50.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [90, 76, 283, 18],
+        [90, 56, 212, 18],
+        [46, 103, 128, 122],
+        [45, 102, 79, 73],
+        [10, 175, 493, 50]
+      ]
+    }
+  ]
+}