Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / win-xp / fast / repaint / border-radius-repaint-expected.txt
index 2d55c5c..87c3052 100644 (file)
@@ -1,19 +1,19 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 33.00 259.00 172.00 60.00)
-        (rect 33.00 259.00 172.00 40.00)
-        (rect 33.00 97.00 172.00 60.00)
-        (rect 33.00 97.00 172.00 40.00)
-        (rect 19.00 313.00 200.00 20.00)
-        (rect 19.00 151.00 200.00 20.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [33, 299, 172, 20],
+        [33, 137, 172, 20],
+        [19, 245, 200, 88],
+        [19, 245, 200, 68],
+        [19, 83, 200, 88],
+        [19, 83, 200, 68]
+      ]
+    }
+  ]
+}