Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / layer-creation / fixed-position-out-of-view-expected.txt
index 0713c61..e7be6b3 100644 (file)
@@ -1,30 +1,49 @@
-(GraphicsLayer
-  (bounds 785.00 1021.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 785.00 1021.00)
-      (contentsOpaque 1)
-      (children 1
-        (GraphicsLayer
-          (position 0.00 -100.00)
-          (bounds 1010.00 1123.00)
-          (drawsContent 1)
-          (children 2
-            (GraphicsLayer
-              (position 0.00 100.00)
-              (bounds 10.00 10.00)
-              (contentsOpaque 1)
-              (drawsContent 1)
-              (backgroundColor #C0C0C0)
-            )
-            (GraphicsLayer
-              (bounds 1010.00 1123.00)
-              (drawsContent 1)
-            )
-          )
-        )
-      )
-    )
-  )
-)
+{
+  "bounds": [785, 1021],
+  "children": [
+    {
+      "bounds": [785, 1021],
+      "contentsOpaque": true,
+      "children": [
+        {
+          "bounds": [785, 1021],
+          "drawsContent": true,
+          "children": [
+            {
+              "position": [8, 1013],
+              "bounds": [10, 10],
+              "contentsOpaque": true,
+              "drawsContent": true,
+              "backgroundColor": "#C0C0C0"
+            },
+            {
+              "position": [8, -100],
+              "bounds": [10, 10],
+              "contentsOpaque": true,
+              "drawsContent": true,
+              "backgroundColor": "#C0C0C0"
+            },
+            {
+              "position": [1000, 0],
+              "bounds": [10, 10],
+              "contentsOpaque": true,
+              "drawsContent": true,
+              "backgroundColor": "#C0C0C0"
+            },
+            {
+              "bounds": [10, 10],
+              "contentsOpaque": true,
+              "drawsContent": true,
+              "backgroundColor": "#C0C0C0"
+            },
+            {
+              "bounds": [785, 1021],
+              "drawsContent": true
+            }
+          ]
+        }
+      ]
+    }
+  ]
+}