Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / win-xp / css3 / filters / composited-during-transition-layertree-expected.txt
index 3ec97fa..3f6ee76 100644 (file)
@@ -2,36 +2,36 @@
    
    
   
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (children 4
-        (GraphicsLayer
-          (position 18.00 18.00)
-          (bounds 160.00 90.00)
-          (drawsContent 1)
-        )
-        (GraphicsLayer
-          (position 18.00 133.00)
-          (bounds 160.00 90.00)
-          (drawsContent 1)
-        )
-        (GraphicsLayer
-          (position 18.00 248.00)
-          (bounds 160.00 90.00)
-          (drawsContent 1)
-        )
-        (GraphicsLayer
-          (position 18.00 363.00)
-          (bounds 160.00 90.00)
-          (drawsContent 1)
-        )
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "children": [
+        {
+          "position": [18, 18],
+          "bounds": [160, 90],
+          "drawsContent": true
+        },
+        {
+          "position": [18, 133],
+          "bounds": [160, 90],
+          "drawsContent": true
+        },
+        {
+          "position": [18, 248],
+          "bounds": [160, 90],
+          "drawsContent": true
+        },
+        {
+          "position": [18, 363],
+          "bounds": [160, 90],
+          "drawsContent": true
+        }
+      ]
+    }
+  ]
+}