Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / linux / fast / repaint / transform-absolute-in-positioned-container-expected.txt
index b19baad..8c3493f 100644 (file)
@@ -1,15 +1,15 @@
-(GraphicsLayer
-  (bounds 802.00 585.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 802.00 585.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 118.00 232.00 202.00 202.00)
-        (rect 76.00 190.00 286.00 286.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [802, 585],
+  "children": [
+    {
+      "bounds": [802, 585],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [118, 232, 202, 202],
+        [76, 190, 286, 286]
+      ]
+    }
+  ]
+}