Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / repaint / table-outer-border-expected.txt
index 800b3bd..f60a471 100644 (file)
@@ -1,25 +1,26 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 15.00 82.00 117.00 67.00)
-        (rect 15.00 82.00 117.00 67.00)
-        (rect 15.00 82.00 117.00 67.00)
-        (rect 15.00 15.00 117.00 134.00)
-        (rect 15.00 15.00 117.00 134.00)
-        (rect 15.00 15.00 117.00 67.00)
-        (rect 15.00 15.00 117.00 67.00)
-        (rect 8.00 75.00 132.00 82.00)
-        (rect 8.00 8.00 132.00 149.00)
-        (rect 8.00 8.00 132.00 149.00)
-        (rect 8.00 8.00 132.00 82.00)
-        (rect 8.00 8.00 132.00 82.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [15, 82, 117, 67],
+        [15, 82, 117, 67],
+        [15, 82, 117, 67],
+        [15, 15, 117, 134],
+        [15, 15, 117, 134],
+        [15, 15, 117, 67],
+        [15, 15, 117, 67],
+        [8, 75, 132, 82],
+        [8, 75, 132, 82],
+        [8, 8, 132, 149],
+        [8, 8, 132, 149],
+        [8, 8, 132, 82],
+        [8, 8, 132, 82]
+      ]
+    }
+  ]
+}