Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / custom / js-update-bounce-expected.txt
index c700d05..9f0dabf 100644 (file)
@@ -1,17 +1,17 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 102.00 102.00 66.00 66.00)
-        (rect 102.00 102.00 66.00 66.00)
-        (rect 2.00 2.00 66.00 66.00)
-        (rect 2.00 2.00 66.00 66.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [102, 102, 66, 66],
+        [102, 102, 66, 66],
+        [2, 2, 66, 66],
+        [2, 2, 66, 66]
+      ]
+    }
+  ]
+}