Index: LayoutTests/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt |
diff --git a/LayoutTests/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt b/LayoutTests/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt |
index 32e50116fedb44fcfda5a1cd32d6b423e68ba9c1..b883eff0bb025cf115abb912eda63416585230bb 100644 |
--- a/LayoutTests/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt |
+++ b/LayoutTests/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt |
@@ -1,7 +1,7 @@ |
-This test checks that changing the grid-columns lead to a repaint. The final grid element should be 250px * 50px, the grid item should be 50px * 50px. No trace of the elements before the grid-columns change should be seen. |
+This test checks that changing the grid-definition-columns lead to a repaint. The final grid element should be 250px * 50px, the grid item should be 50px * 50px. No trace of the elements before the grid-definition-columns change should be seen. |
(repaint rects |
- (rect 8 38 100 50) |
- (rect 8 38 50 50) |
- (rect 8 38 250 50) |
+ (rect 8 48 100 50) |
+ (rect 8 48 50 50) |
+ (rect 8 48 250 50) |
Julien - ping for review
2013/06/19 22:28:25
This change looks wrong: the repaint rectangles sh
svillar
2013/06/20 07:17:56
That's what I thought but the fact is that the Y v
Julien - ping for review
2013/06/21 21:08:40
You are right, we set the font size to 10 in this
|
) |