Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / tiled-layers-hidpi-expected.txt
index 39678d1..9a561b6 100644 (file)
@@ -1,20 +1,20 @@
-(GraphicsLayer
-  (bounds 1808.00 585.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 1808.00 585.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (children 1
-        (GraphicsLayer
-          (position 8.00 8.00)
-          (bounds 1800.00 10.00)
-          (contentsOpaque 1)
-          (drawsContent 1)
-          (backgroundColor #0000FF)
-        )
-      )
-    )
-  )
-)
+{
+  "bounds": [1808, 585],
+  "children": [
+    {
+      "bounds": [1808, 585],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "children": [
+        {
+          "position": [8, 8],
+          "bounds": [1800, 10],
+          "contentsOpaque": true,
+          "drawsContent": true,
+          "backgroundColor": "#0000FF"
+        }
+      ]
+    }
+  ]
+}