Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / win / compositing / iframes / iframe-size-from-zero-expected.txt
index 0aff1b9..9964d39 100644 (file)
@@ -1,90 +1,90 @@
 
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (children 1
-        (GraphicsLayer
-          (children 2
-            (GraphicsLayer
-              (position 28.00 28.00)
-              (bounds 330.00 180.00)
-              (drawsContent 1)
-              (children 1
-                (GraphicsLayer
-                  (position 15.00 15.00)
-                  (children 2
-                    (GraphicsLayer
-                      (bounds 285.00 150.00)
-                      (children 1
-                        (GraphicsLayer
-                          (children 1
-                            (GraphicsLayer
-                              (bounds 285.00 230.00)
-                              (children 1
-                                (GraphicsLayer
-                                  (bounds 285.00 230.00)
-                                  (drawsContent 1)
-                                  (children 1
-                                    (GraphicsLayer
-                                      (position 18.00 10.00)
-                                      (bounds 210.00 210.00)
-                                      (contentsOpaque 1)
-                                      (drawsContent 1)
-                                      (backgroundColor #0000FF)
-                                    )
-                                  )
-                                )
-                              )
-                            )
-                          )
-                        )
-                      )
-                    )
-                    (GraphicsLayer
-                      (position 285.00 0.00)
-                      (bounds 15.00 150.00)
-                      (drawsContent 1)
-                    )
-                  )
-                )
-              )
-            )
-            (GraphicsLayer
-              (position 5.00 5.00)
-              (bounds 50.00 50.00)
-              (drawsContent 1)
-            )
-          )
-        )
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "children": [
+        {
+          "children": [
+            {
+              "position": [28, 28],
+              "bounds": [330, 180],
+              "drawsContent": true,
+              "children": [
+                {
+                  "position": [15, 15],
+                  "children": [
+                    {
+                      "bounds": [285, 150],
+                      "children": [
+                        {
+                          "children": [
+                            {
+                              "bounds": [285, 230],
+                              "children": [
+                                {
+                                  "bounds": [285, 230],
+                                  "drawsContent": true,
+                                  "children": [
+                                    {
+                                      "position": [18, 10],
+                                      "bounds": [210, 210],
+                                      "contentsOpaque": true,
+                                      "drawsContent": true,
+                                      "backgroundColor": "#0000FF"
+                                    }
+                                  ]
+                                }
+                              ]
+                            }
+                          ]
+                        }
+                      ]
+                    },
+                    {
+                      "position": [285, 0],
+                      "bounds": [15, 150],
+                      "drawsContent": true
+                    }
+                  ]
+                }
+              ]
+            },
+            {
+              "position": [5, 5],
+              "bounds": [50, 50],
+              "drawsContent": true
+            }
+          ]
+        }
+      ]
+    }
+  ]
+}
 
 
 --------
 Frame: '-->'
 --------
-(GraphicsLayer
-  (bounds 285.00 230.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 285.00 230.00)
-      (drawsContent 1)
-      (children 1
-        (GraphicsLayer
-          (position 18.00 10.00)
-          (bounds 210.00 210.00)
-          (contentsOpaque 1)
-          (drawsContent 1)
-          (backgroundColor #0000FF)
-        )
-      )
-    )
-  )
-)
+{
+  "bounds": [285, 230],
+  "children": [
+    {
+      "bounds": [285, 230],
+      "drawsContent": true,
+      "children": [
+        {
+          "position": [18, 10],
+          "bounds": [210, 210],
+          "contentsOpaque": true,
+          "drawsContent": true,
+          "backgroundColor": "#0000FF"
+        }
+      ]
+    }
+  ]
+}