Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / win-xp / fast / repaint / reflection-redraw-expected.txt
index 910f74f..9e78f29 100644 (file)
@@ -1,21 +1,17 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 379.00 267.00 288.00 60.00)
-        (rect 379.00 267.00 288.00 60.00)
-        (rect 304.00 377.00 128.00 156.00)
-        (rect 304.00 377.00 128.00 156.00)
-        (rect 304.00 33.00 128.00 184.00)
-        (rect 304.00 33.00 128.00 184.00)
-        (rect 69.00 267.00 288.00 60.00)
-        (rect 69.00 267.00 288.00 60.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [379, 267, 288, 60],
+        [304, 377, 128, 156],
+        [304, 33, 128, 184],
+        [69, 267, 288, 60]
+      ]
+    }
+  ]
+}