Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / repaint / fixed-pos-with-abs-pos-child-scroll-expected.txt
index 0c7858f..cb757d1 100644 (file)
@@ -1,16 +1,16 @@
 Hi!
-(GraphicsLayer
-  (bounds 785.00 4021.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 785.00 4021.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 425.00 480.00 360.00 590.00)
-        (rect 425.00 480.00 360.00 590.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [785, 4021],
+  "children": [
+    {
+      "bounds": [785, 4021],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [425, 480, 360, 590],
+        [425, 480, 360, 590]
+      ]
+    }
+  ]
+}