Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / custom / marker-viewBox-changes-expected.txt
index 8c584b1..92f8bd7 100644 (file)
@@ -1,21 +1,21 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 122.00 127.00 66.00 66.00)
-        (rect 122.00 127.00 66.00 66.00)
-        (rect 122.00 127.00 66.00 66.00)
-        (rect 90.00 95.00 98.00 98.00)
-        (rect 90.00 95.00 98.00 98.00)
-        (rect 90.00 95.00 98.00 98.00)
-        (rect 0.00 0.00 10.00 10.00)
-        (rect 0.00 0.00 2.00 2.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [122, 127, 66, 66],
+        [122, 127, 66, 66],
+        [122, 127, 66, 66],
+        [90, 95, 98, 98],
+        [90, 95, 98, 98],
+        [90, 95, 98, 98],
+        [0, 0, 10, 10],
+        [0, 0, 2, 2]
+      ]
+    }
+  ]
+}