Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / repaint / fixed-pos-inside-composited-intermediate-layer-expected.txt
index 9c9d3e6..803c5f6 100644 (file)
@@ -1,30 +1,33 @@
-(GraphicsLayer
-  (bounds 785.00 30020.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 785.00 30020.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (children 2
-        (GraphicsLayer
-          (position 8.00 8.00)
-          (bounds 500.00 500.00)
-          (contentsOpaque 1)
-          (drawsContent 1)
-          (backgroundColor #00FFFF)
-        )
-        (GraphicsLayer
-          (position 20.00 20.00)
-          (bounds 100.00 30000.00)
-          (contentsOpaque 1)
-          (drawsContent 1)
-          (backgroundColor #008000)
-          (repaint rects
-            (rect 25.00 25.00 50.00 150.00)
-          )
-        )
-      )
-    )
-  )
-)
+{
+  "bounds": [785, 30020],
+  "children": [
+    {
+      "bounds": [785, 30020],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "children": [
+        {
+          "shouldFlattenTransform": false,
+          "children": [
+            {
+              "position": [8, 8],
+              "bounds": [500, 500],
+              "contentsOpaque": true,
+              "drawsContent": true,
+              "backgroundColor": "#00FFFF"
+            },
+            {
+              "position": [20, 20],
+              "bounds": [100, 30000],
+              "drawsContent": true,
+              "repaintRects": [
+                [25, 25, 50, 50]
+              ]
+            }
+          ]
+        }
+      ]
+    }
+  ]
+}