Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / win / svg / text / tspan-dynamic-positioning-expected.txt
index 93511e7..1545f10 100644 (file)
@@ -1,17 +1,19 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 200.00 186.00 256.00 17.00)
-        (rect 200.00 186.00 256.00 17.00)
-        (rect 20.00 6.00 256.00 17.00)
-        (rect 20.00 6.00 256.00 17.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [200, 186, 256, 17],
+        [200, 186, 256, 17],
+        [200, 186, 256, 17],
+        [20, 6, 256, 17],
+        [20, 6, 256, 17],
+        [20, 6, 256, 17]
+      ]
+    }
+  ]
+}