mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
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>
42 lines
1,006 B
INI
Vendored
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
|