Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / win-xp / fast / repaint / backgroundSizeRepaint-expected.txt
index 269ba89..1484eef 100644 (file)
@@ -1,21 +1,19 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 29.00 319.00 180.00 60.00)
-        (rect 29.00 319.00 180.00 40.00)
-        (rect 29.00 157.00 180.00 60.00)
-        (rect 29.00 157.00 180.00 40.00)
-        (rect 19.00 319.00 200.00 60.00)
-        (rect 19.00 319.00 200.00 40.00)
-        (rect 19.00 157.00 200.00 60.00)
-        (rect 19.00 157.00 200.00 40.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [29, 359, 180, 20],
+        [29, 197, 180, 20],
+        [19, 319, 200, 60],
+        [19, 319, 200, 40],
+        [19, 157, 200, 60],
+        [19, 157, 200, 40]
+      ]
+    }
+  ]
+}