| 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;
|
| }
|
|
|
|
|