Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / repaint / scroll-fixed-layer-out-of-view-expected.txt
index 8278b57..0b8a03c 100644 (file)
@@ -1,11 +1,27 @@
-(GraphicsLayer
-  (bounds 785.00 2016.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 785.00 2016.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-    )
-  )
-)
+{
+  "bounds": [785, 2016],
+  "children": [
+    {
+      "bounds": [785, 2016],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "children": [
+        {
+          "position": [100, -200],
+          "bounds": [88, 88],
+          "contentsOpaque": true,
+          "drawsContent": true,
+          "backgroundColor": "#C0C0C0"
+        },
+        {
+          "position": [100, 1100],
+          "bounds": [99, 99],
+          "contentsOpaque": true,
+          "drawsContent": true,
+          "backgroundColor": "#C0C0C0"
+        }
+      ]
+    }
+  ]
+}