Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / win / svg / custom / js-late-pattern-and-object-creation-expected.txt
index b560c89..3fdaa49 100644 (file)
@@ -1,22 +1,25 @@
-(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 684.00 130.00)
-        (rect 0.00 130.00 520.00 130.00)
-        (rect 0.00 15.00 684.00 362.00)
-        (rect 0.00 15.00 684.00 362.00)
-        (rect 0.00 15.00 374.00 127.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, 684, 130],
+        [0, 247, 684, 130],
+        [0, 130, 520, 130],
+        [0, 130, 520, 130],
+        [0, 15, 684, 362],
+        [0, 15, 684, 362],
+        [0, 15, 374, 127],
+        [0, 15, 374, 127]
+      ]
+    }
+  ]
+}