Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / overflow / resize-painting-expected.txt
index 3546f2d..5755f75 100644 (file)
@@ -1,25 +1,25 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (children 1
-        (GraphicsLayer
-          (position 18.00 10.00)
-          (bounds 100.00 100.00)
-          (drawsContent 1)
-          (children 1
-            (GraphicsLayer
-              (position 85.00 85.00)
-              (bounds 15.00 15.00)
-              (drawsContent 1)
-            )
-          )
-        )
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "children": [
+        {
+          "position": [18, 10],
+          "bounds": [100, 100],
+          "drawsContent": true,
+          "children": [
+            {
+              "position": [85, 85],
+              "bounds": [15, 15],
+              "drawsContent": true
+            }
+          ]
+        }
+      ]
+    }
+  ]
+}