Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / win-xp / fast / repaint / transform-repaint-descendants-expected.txt
index 72d51c2..7b2ff09 100644 (file)
@@ -1,16 +1,17 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 176.00 220.00 394.00 185.00)
-        (rect 79.00 123.00 260.00 260.00)
-        (rect 76.00 120.00 266.00 266.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [176, 220, 394, 185],
+        [176, 220, 388, 203],
+        [79, 123, 260, 260],
+        [76, 120, 266, 266]
+      ]
+    }
+  ]
+}