Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / draws-content / webgl-background-layer-expected.txt
index c825796..7ccaefb 100644 (file)
@@ -1,40 +1,41 @@
- (GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (children 4
-        (GraphicsLayer
-          (position 13.00 8.00)
-          (bounds 50.00 50.00)
-          (contentsOpaque 1)
-          (backgroundColor #008000)
-        )
-        (GraphicsLayer
-          (position 13.00 73.00)
-          (bounds 60.00 60.00)
-          (contentsOpaque 1)
-          (drawsContent 1)
-          (backgroundColor #008000)
-        )
-        (GraphicsLayer
-          (position 13.00 138.00)
-          (bounds 60.00 60.00)
-          (contentsOpaque 1)
-          (drawsContent 1)
-          (backgroundColor #008000)
-        )
-        (GraphicsLayer
-          (position 13.00 203.00)
-          (bounds 50.00 50.00)
-          (contentsOpaque 1)
-          (drawsContent 1)
-          (backgroundColor #008000)
-        )
-      )
-    )
-  )
-)
+ {
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "children": [
+        {
+          "position": [13, 8],
+          "bounds": [50, 50],
+          "contentsOpaque": true,
+          "drawsContent": true,
+          "backgroundColor": "#008000"
+        },
+        {
+          "position": [13, 73],
+          "bounds": [60, 60],
+          "contentsOpaque": true,
+          "drawsContent": true,
+          "backgroundColor": "#008000"
+        },
+        {
+          "position": [13, 138],
+          "bounds": [60, 60],
+          "contentsOpaque": true,
+          "drawsContent": true,
+          "backgroundColor": "#008000"
+        },
+        {
+          "position": [13, 203],
+          "bounds": [50, 50],
+          "contentsOpaque": true,
+          "drawsContent": true,
+          "backgroundColor": "#008000"
+        }
+      ]
+    }
+  ]
+}