diff --git a/css/css-mixins/at-function-parsing.html b/css/css-mixins/at-function-parsing.html index 6e8f86ae7dd557..6ab77c5e4d8534 100644 --- a/css/css-mixins/at-function-parsing.html +++ b/css/css-mixins/at-function-parsing.html @@ -64,6 +64,7 @@ test_valid_prelude('@function --foo(--x : 10px, --y)'); test_valid_prelude('@function --foo(--x, --y : 10px)'); test_valid_prelude('@function --foo(--x type( | auto): auto)'); + test_valid_prelude('@function --foo(--x type( | auto) : auto)'); // The value does not have to match the type during @function parsing: test_valid_prelude('@function --foo(--x : 10px)');