Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / css3 / compositing / mix-blend-mode-composited-layers-expected.txt
index a27916f..ec7a97f 100644 (file)
@@ -1,31 +1,35 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (children 1
-        (GraphicsLayer
-          (bounds 800.00 600.00)
-          (isolate 1)
-          (drawsContent 1)
-          (children 1
-            (GraphicsLayer
-              (position 8.00 18.00)
-              (bounds 10.00 10.00)
-              (blendMode multiply)
-              (contentsOpaque 1)
-              (children 1
-                (GraphicsLayer
-                  (bounds 10.00 10.00)
-                  (contentsOpaque 1)
-                )
-              )
-            )
-          )
-        )
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "children": [
+        {
+          "bounds": [800, 69],
+          "isolate": true,
+          "drawsContent": true,
+          "children": [
+            {
+              "position": [8, 18],
+              "bounds": [10, 10],
+              "blendMode": "multiply",
+              "contentsOpaque": true,
+              "drawsContent": true,
+              "backgroundColor": "#0000FF",
+              "children": [
+                {
+                  "bounds": [10, 10],
+                  "contentsOpaque": true,
+                  "drawsContent": true,
+                  "backgroundColor": "#FFFF00"
+                }
+              ]
+            }
+          ]
+        }
+      ]
+    }
+  ]
+}