servo/tests/wpt/meta/css/css-mixins/parameters.html.ini
Servo WPT Sync 016524bd3c
Sync WPT with upstream (21-09-2025) (#39414)
Automated downstream sync of changes from upstream as of 21-09-2025
[no-wpt-sync]

---------

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
Co-authored-by: Euclid Ye <yezhizhenjiakang@gmail.com>
2025-09-21 05:47:33 +00:00

42 lines
1,006 B
INI
Vendored

[parameters.html]
[Mixins with invalid parameter lists are ignored]
expected: FAIL
[Basic mixin parameter passing]
expected: FAIL
[Mixins can be called multiple times with different parameters]
expected: FAIL
[Mixin argument parsing with arguments wrapped in {}]
expected: FAIL
[Defaults in mixin parameters]
expected: FAIL
[Too few parameters and no default ignores mixin]
expected: FAIL
[Fallback is ignored if argument is given]
expected: FAIL
[Fallback is used with no parameter and no default]
expected: FAIL
[env() can be accessed from attributes]
expected: FAIL
[env() resolves typed parameters]
expected: FAIL
[env() refuses illegal syntax parameters, but does not fail entire mixin]
expected: FAIL
[env() can access parameters from outer mixins]
expected: FAIL
[env() works inside if, in condition and true branch]
expected: FAIL
[env() works inside if, in condition and false branch]
expected: FAIL