Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / mac / fast / repaint / bugzilla-5699-expected.txt
index b6a9b50..c80b2af 100644 (file)
@@ -1,17 +1,19 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 8.00 166.00 784.00 30.00)
-        (rect 8.00 166.00 784.00 30.00)
-        (rect 8.00 130.00 784.00 66.00)
-        (rect 0.00 182.00 800.00 30.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [8, 166, 784, 30],
+        [8, 166, 784, 30],
+        [8, 145, 4, 18],
+        [8, 130, 784, 66],
+        [8, 130, 4, 18],
+        [0, 182, 800, 30]
+      ]
+    }
+  ]
+}