Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / repaint / add-outline-property-on-root-expected.txt
index 841fd1b..cbe5db1 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 8.00 8.00 784.00 104.00)
-        (rect 8.00 8.00 100.00 100.00)
-        (rect 8.00 8.00 100.00 100.00)
-        (rect 0.00 0.00 800.00 120.00)
-        (rect 0.00 0.00 800.00 120.00)
-        (rect 0.00 0.00 792.00 118.00)
-        (rect 0.00 0.00 118.00 118.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [8, 8, 784, 104],
+        [8, 8, 100, 100],
+        [8, 8, 100, 100],
+        [0, 0, 800, 120],
+        [0, 0, 800, 120],
+        [0, 0, 792, 118],
+        [0, 0, 118, 118]
+      ]
+    }
+  ]
+}