| Index: LayoutTests/ietestcenter/css3/grid/grid-column-002.htm
|
| diff --git a/LayoutTests/ietestcenter/css3/grid/grid-column-002.htm b/LayoutTests/ietestcenter/css3/grid/grid-column-002.htm
|
| index 828c81e7e72d38003411ba441a0261d93e79fdfc..6ec81b854fb566929f670c83459b41e8b62ff201 100644
|
| --- a/LayoutTests/ietestcenter/css3/grid/grid-column-002.htm
|
| +++ b/LayoutTests/ietestcenter/css3/grid/grid-column-002.htm
|
| @@ -56,6 +56,11 @@
|
| -o-grid-template-rows: auto 1fr;
|
| -webkit-grid-template-rows: auto 1fr;
|
| grid-template-rows: auto 1fr;
|
| + -ms-grid-auto-flow: stack;
|
| + -moz-grid-auto-flow: stack;
|
| + -o-grid-auto-flow: stack;
|
| + -webkit-grid-auto-flow: stack;
|
| + grid-auto-flow: stack;
|
| }
|
| #griditem
|
| {
|
|
|