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

Unified Diff: LayoutTests/fast/css-grid-layout/resources/grid.css

Issue 401473003: [CSS Grid Layout] Rename gridAutoFlow[Row|Column] to gridAutoFlow[Row|Column]Sparse (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Keep separation between sparse and dense in the tests Created 6 years, 5 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
« no previous file with comments | « LayoutTests/fast/css-grid-layout/grid-item-removal-auto-placement-update.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css-grid-layout/resources/grid.css
diff --git a/LayoutTests/fast/css-grid-layout/resources/grid.css b/LayoutTests/fast/css-grid-layout/resources/grid.css
index ed2266ea74dbffada2b0275967ebfe9ab4a81296..ae58bd31da251a0ad3f9ccdde26e59a1c1c9c1c2 100644
--- a/LayoutTests/fast/css-grid-layout/resources/grid.css
+++ b/LayoutTests/fast/css-grid-layout/resources/grid.css
@@ -151,8 +151,7 @@
grid-auto-flow: stack;
}
-/* FIXME: Rename to gridAutoFlowColumnSparse to be more explicit about the algorithm mode by default. */
-.gridAutoFlowColumn {
+.gridAutoFlowColumnSparse {
grid-auto-flow: column;
}
@@ -160,8 +159,7 @@
grid-auto-flow: column dense;
}
-/* FIXME: Rename to gridAutoFlowRowSparse to be more explicit about the algorithm mode by default. */
-.gridAutoFlowRow {
+.gridAutoFlowRowSparse {
grid-auto-flow: row;
}
« no previous file with comments | « LayoutTests/fast/css-grid-layout/grid-item-removal-auto-placement-update.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698