Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / linux / svg / repaint / text-mask-update-expected.txt
index 6e329ae..21f621d 100644 (file)
@@ -1,20 +1,20 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 10.00 33.00 42.00 22.00)
-        (rect 10.00 33.00 42.00 22.00)
-        (rect 10.00 33.00 42.00 17.00)
-        (rect 10.00 33.00 42.00 17.00)
-        (rect 10.00 3.00 47.00 22.00)
-        (rect 10.00 3.00 47.00 22.00)
-        (rect 10.00 3.00 47.00 22.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [10, 33, 42, 22],
+        [10, 33, 42, 22],
+        [10, 33, 42, 17],
+        [10, 33, 42, 17],
+        [10, 3, 47, 22],
+        [10, 3, 47, 22],
+        [10, 3, 47, 22]
+      ]
+    }
+  ]
+}