| Index: LayoutTests/fast/css-grid-layout/non-grid-element-repeat-get-set.html
|
| diff --git a/LayoutTests/fast/css-grid-layout/non-grid-element-repeat-get-set.html b/LayoutTests/fast/css-grid-layout/non-grid-element-repeat-get-set.html
|
| index 7e23dfaf919f4ad5949eb55dec51b0b885de549e..f088548570929d5e5ff8f84126faed4a725ea8f1 100644
|
| --- a/LayoutTests/fast/css-grid-layout/non-grid-element-repeat-get-set.html
|
| +++ b/LayoutTests/fast/css-grid-layout/non-grid-element-repeat-get-set.html
|
| @@ -91,6 +91,12 @@
|
| testInvalidSyntax("repeat(3 , ,)");
|
| testInvalidSyntax("repeat(0, 15px)");
|
| testInvalidSyntax("repeat(-1, auto)");
|
| + testInvalidSyntax("repeat(1, (auto) 10px)");
|
| + testInvalidSyntax("repeat(1, (start auto) 10px)");
|
| + testInvalidSyntax("repeat(1, 10px (minmax))");
|
| + testInvalidSyntax("repeat(1, 10px (minmax end))");
|
| + testInvalidSyntax("repeat(1, 2em (subgrid) 10px)");
|
| + testInvalidSyntax("repeat(1, 2em (middle subgrid) 10px)");
|
| // Nesting is no allowed.
|
| testInvalidSyntax("repeat(2, repeat(1, auto))");
|
| </script>
|
|
|