Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / linux / svg / custom / text-xy-updates-SVGList-expected.txt
index 68072a1..cce3985 100644 (file)
@@ -1,17 +1,17 @@
-(GraphicsLayer
-  (bounds 808.00 621.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 808.00 621.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 208.00 13.00 161.00 19.00)
-        (rect 208.00 13.00 161.00 19.00)
-        (rect 18.00 193.00 161.00 19.00)
-        (rect 18.00 193.00 161.00 19.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [808, 621],
+  "children": [
+    {
+      "bounds": [808, 621],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [208, 13, 161, 19],
+        [208, 13, 161, 19],
+        [18, 193, 161, 19],
+        [18, 193, 161, 19]
+      ]
+    }
+  ]
+}