Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / win / fast / repaint / block-no-inflow-children-expected.txt
index 1ea18a0..ab40818 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 44.00 0.00 14.00 20.00)
-        (rect 0.00 0.00 44.00 20.00)
-        (rect 0.00 0.00 58.00 20.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [0, 0, 64, 18],
+        [0, 0, 48, 18]
+      ]
+    }
+  ]
+}