Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / css3 / flexbox / repaint-column-reverse-expected.txt
index 5039e45..319c81a 100644 (file)
@@ -1,18 +1,15 @@
-(GraphicsLayer
-  (bounds 800.00 600.00)
-  (children 1
-    (GraphicsLayer
-      (bounds 800.00 600.00)
-      (contentsOpaque 1)
-      (drawsContent 1)
-      (repaint rects
-        (rect 9.00 69.00 198.00 30.00)
-        (rect 8.00 98.00 784.00 2.00)
-        (rect 8.00 98.00 200.00 2.00)
-        (rect 8.00 68.00 200.00 30.00)
-        (rect 0.00 106.00 800.00 2.00)
-      )
-    )
-  )
-)
+{
+  "bounds": [800, 600],
+  "children": [
+    {
+      "bounds": [800, 600],
+      "contentsOpaque": true,
+      "drawsContent": true,
+      "repaintRects": [
+        [9, 69, 198, 30],
+        [8, 68, 200, 30]
+      ]
+    }
+  ]
+}