Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / android / fast / repaint / horizontal-bt-overflow-child-expected.txt
index fe16259..301df5d 100644 (file)
@@ -1,7 +1,15 @@
-An orange rect should be painted.
-In DumpRenderTree, there should be repaint logs of 100x100 rect. We don't care how many times is the log dumpped.
-(repaint rects
-  (rect 29 106 100 100)
-  (rect 29 106 100 100)
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [29, 106, 100, 100],
+        [29, 106, 100, 100]
+      ]
+    }
+  ]
+}