Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / repaint / repaint-table-row-in-composited-document-expected.txt
index cbcff23..2ef9983 100644 (file)
@@ -1,26 +1,23 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 256.00 306.00 204.00 104.00)
-        (rect 256.00 156.00 204.00 104.00)
-        (rect 52.00 306.00 202.00 104.00)
-        (rect 52.00 156.00 202.00 104.00)
-        (rect 52.00 52.00 202.00 252.00)
-        (rect 52.00 52.00 202.00 102.00)
-        (rect 50.00 306.00 412.00 104.00)
-        (rect 50.00 262.00 700.00 150.00)
-        (rect 50.00 262.00 412.00 150.00)
-        (rect 50.00 262.00 412.00 150.00)
-        (rect 50.00 156.00 412.00 104.00)
-        (rect 50.00 154.00 412.00 150.00)
-        (rect 0.00 312.00 800.00 150.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [256, 306, 204, 104],
+        [256, 156, 204, 104],
+        [52, 306, 202, 104],
+        [52, 156, 202, 104],
+        [52, 52, 202, 252],
+        [52, 52, 202, 102],
+        [50, 306, 412, 104],
+        [50, 262, 412, 150],
+        [50, 156, 412, 104],
+        [50, 154, 412, 150]
+      ]
+    }
+  ]
+}