Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css-grid-layout / grid-item-change-row-repaint-expected.txt
index 6b8ae3e..00f0846 100644 (file)
@@ -1,8 +1,15 @@
-This test checks that changing the grid-row on a grid item properly repaint. The final grid item should be 100px * 100px. There should be no trace of the grid item at the old position.
-(repaint rects
-  (rect 8 38 100 50)
-  (rect 8 38 100 100)
-  (rect 8 38 100 50)
-  (rect 8 88 100 100)
+(GraphicsLayer
+  (bounds 800.00 600.00)
+  (children 1
+    (GraphicsLayer
+      (bounds 800.00 600.00)
+      (contentsOpaque 1)
+      (drawsContent 1)
+      (repaint rects
+        (rect 8.00 38.00 100.00 50.00)
+        (rect 8.00 88.00 100.00 100.00)
+      )
+    )
+  )
 )