Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / repaint / transform-absolute-child-expected.txt
index 6b0b4fa..305ac93 100644 (file)
@@ -1,9 +1,17 @@
-(repaint rects
-  (rect 58 50 204 204)
-  (rect 135 127 400 50)
-  (rect 58 50 204 204)
-  (rect 16 8 288 288)
-  (rect 135 127 400 50)
-  (rect 124 116 340 297)
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [135, 127, 400, 50],
+        [124, 116, 340, 297],
+        [58, 50, 204, 204],
+        [16, 8, 288, 288]
+      ]
+    }
+  ]
+}