Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / linux / svg / repaint / add-outline-property-on-root-expected.txt
index ac2e4de..10a6d66 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 105.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 121.00)
-        (rect 0.00 0.00 800.00 121.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, 105],
+        [8, 8, 100, 100],
+        [8, 8, 100, 100],
+        [0, 0, 800, 121],
+        [-2, -2, 802, 123],
+        [-2, -2, 794, 120],
+        [-2, -2, 120, 120]
+      ]
+    }
+  ]
+}