Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / borders / overflow-hidden-border-radius-force-backing-store-expected.txt
index 7ec85e1..1d31fd0 100644 (file)
@@ -1,33 +1,33 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (children 1
-        (GraphicsLayer
-          (position 50.00 50.00)
-          (bounds 300.00 300.00)
-          (drawsContent 1)
-          (children 1
-            (GraphicsLayer
-              (bounds 300.00 300.00)
-              (children 1
-                (GraphicsLayer
-                  (bounds 285.00 300.00)
-                  (children 1
-                    (GraphicsLayer
-                      (bounds 285.00 1000.00)
-                    )
-                  )
-                )
-              )
-            )
-          )
-        )
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "children": [
+        {
+          "position": [50, 50],
+          "bounds": [300, 300],
+          "drawsContent": true,
+          "children": [
+            {
+              "bounds": [300, 300],
+              "children": [
+                {
+                  "bounds": [285, 300],
+                  "children": [
+                    {
+                      "bounds": [285, 1000]
+                    }
+                  ]
+                }
+              ]
+            }
+          ]
+        }
+      ]
+    }
+  ]
+}