Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(480)

Unified Diff: LayoutTests/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt

Issue 16959008: [CSS Grid Layout] Rename grid-{rows|columns} to grid-definition-{rows|columns} (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
)

Powered by Google App Engine
This is Rietveld 408576698