Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / layer-creation / should-invoke-deferred-compositing-expected.txt
index 4096943..ecc2a91 100644 (file)
@@ -1,21 +1,27 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (children 1
-        (GraphicsLayer
-          (bounds 300.00 300.00)
-          (children 1
-            (GraphicsLayer
-              (bounds 200.00 200.00)
-            )
-          )
-        )
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "children": [
+        {
+          "bounds": [300, 300],
+          "children": [
+            {
+              "bounds": [200, 200],
+              "drawsContent": true,
+              "repaintRects": [
+                [0, 0, 200, 200],
+                [0, 0, 200, 200],
+                [0, 0, 200, 200]
+              ]
+            }
+          ]
+        }
+      ]
+    }
+  ]
+}