Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / linux / svg / custom / js-late-pattern-and-object-creation-expected.txt
index 406d7ce..4e3ca6b 100644 (file)
@@ -1,22 +1,22 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 16.00 16.00 18.00 18.00)
-        (rect 16.00 16.00 18.00 18.00)
-        (rect 8.00 8.00 17.00 17.00)
-        (rect 8.00 8.00 17.00 17.00)
-        (rect 0.00 247.00 680.00 132.00)
-        (rect 0.00 130.00 519.00 133.00)
-        (rect 0.00 15.00 680.00 364.00)
-        (rect 0.00 15.00 680.00 364.00)
-        (rect 0.00 15.00 371.00 129.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [16, 16, 18, 18],
+        [16, 16, 18, 18],
+        [8, 8, 17, 17],
+        [8, 8, 17, 17],
+        [0, 247, 680, 132],
+        [0, 130, 519, 133],
+        [0, 15, 680, 364],
+        [0, 15, 680, 364],
+        [0, 15, 371, 129]
+      ]
+    }
+  ]
+}