Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / custom / marker-strokeWidth-changes-expected.txt
index 3712bd6..87f86d5 100644 (file)
@@ -1,19 +1,19 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 126.00 131.00 58.00 58.00)
-        (rect 126.00 131.00 58.00 58.00)
-        (rect 126.00 131.00 58.00 58.00)
-        (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)
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [126, 131, 58, 58],
+        [126, 131, 58, 58],
+        [126, 131, 58, 58],
+        [122, 127, 66, 66],
+        [122, 127, 66, 66],
+        [122, 127, 66, 66]
+      ]
+    }
+  ]
+}