Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / mac-snowleopard / fast / repaint / table-overflow-auto-in-overflow-auto-scrolled-expected.txt
index 99a095b..694aea9 100644 (file)
@@ -1,17 +1,17 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 762.00 261.00 15.00 47.00)
-        (rect 762.00 170.00 15.00 138.00)
-        (rect 762.00 8.00 15.00 253.00)
-        (rect 8.00 8.00 769.00 300.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [762, 261, 15, 47],
+        [762, 170, 15, 138],
+        [762, 8, 15, 253],
+        [8, 8, 769, 300]
+      ]
+    }
+  ]
+}