Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / repaint / transform-repaint-descendants-expected.txt
index a3da098..7b2a27c 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 218.00 394.00 185.00)
-        (rect 79.00 121.00 260.00 260.00)
-        (rect 76.00 118.00 266.00 266.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [176, 218, 394, 185],
+        [176, 218, 388, 203],
+        [79, 121, 260, 260],
+        [76, 118, 266, 266]
+      ]
+    }
+  ]
+}