Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / linux / fast / repaint / create-layer-repaint-expected.txt
index b218e5e..7ce34e2 100644 (file)
@@ -1,16 +1,15 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 28.00 56.00 500.00 50.00)
-        (rect 28.00 56.00 500.00 50.00)
-        (rect 28.00 56.00 250.00 50.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [28, 56, 500, 50],
+        [28, 56, 250, 50]
+      ]
+    }
+  ]
+}