Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / css3 / compositing / mix-blend-mode-2nd-stacking-context-composited-expected.txt
index d9842b3..5972a4c 100644 (file)
@@ -1,36 +1,36 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (children 1
-        (GraphicsLayer
-          (bounds 800.00 600.00)
-          (drawsContent 1)
-          (children 2
-            (GraphicsLayer
-              (position 8.00 8.00)
-              (transformOrigin 0.00 0.00)
-              (bounds 160.00 90.00)
-              (contentsOpaque 1)
-              (drawsContent 1)
-              (backgroundColor #FF0000)
-              (children 1
-                (GraphicsLayer
-                  (bounds 160.00 90.00)
-                  (drawsContent 1)
-                )
-              )
-            )
-            (GraphicsLayer
-              (bounds 800.00 600.00)
-              (drawsContent 1)
-            )
-          )
-        )
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "children": [
+        {
+          "bounds": [800, 600],
+          "drawsContent": true,
+          "children": [
+            {
+              "position": [8, 8],
+              "transformOrigin": [0, 0],
+              "bounds": [160, 90],
+              "contentsOpaque": true,
+              "drawsContent": true,
+              "backgroundColor": "#FF0000",
+              "children": [
+                {
+                  "bounds": [160, 90],
+                  "drawsContent": true
+                }
+              ]
+            },
+            {
+              "bounds": [800, 600],
+              "drawsContent": true
+            }
+          ]
+        }
+      ]
+    }
+  ]
+}