Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / mac / svg / repaint / image-with-clip-path-expected.txt
index 339b737..3011288 100644 (file)
@@ -1,21 +1,29 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 175.00 25.00 50.00 50.00)
-        (rect 20.00 20.00 60.00 60.00)
-        (rect 20.00 20.00 60.00 60.00)
-        (rect 20.00 20.00 60.00 60.00)
-        (rect 0.00 75.00 233.00 5.00)
-        (rect 0.00 10.00 233.00 70.00)
-        (rect 0.00 0.00 10.00 10.00)
-        (rect 0.00 0.00 10.00 10.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [175, 25, 50, 50],
+        [175, 25, 50, 50],
+        [175, 25, 50, 50],
+        [20, 20, 60, 60],
+        [20, 20, 60, 60],
+        [20, 20, 60, 60],
+        [20, 20, 60, 60],
+        [20, 20, 60, 60],
+        [0, 75, 233, 5],
+        [0, 10, 233, 70],
+        [0, 0, 100, 100],
+        [0, 0, 100, 100],
+        [0, 0, 10, 10],
+        [0, 0, 10, 10],
+        [0, 0, 10, 10],
+        [0, 0, 10, 10]
+      ]
+    }
+  ]
+}