mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
261 lines
5.1 KiB
INI
Vendored
261 lines
5.1 KiB
INI
Vendored
[dashed-function-eval.html]
|
|
[Literal result]
|
|
expected: FAIL
|
|
|
|
[Literal result, typed return]
|
|
expected: FAIL
|
|
|
|
[Literal result, typed return, calc]
|
|
expected: FAIL
|
|
|
|
[Literal result, typed return, mismatch]
|
|
expected: FAIL
|
|
|
|
[Missing result descriptor]
|
|
expected: FAIL
|
|
|
|
[Literal result, empty]
|
|
expected: FAIL
|
|
|
|
[result cascading behavior]
|
|
expected: FAIL
|
|
|
|
[Another dashed-function in result]
|
|
expected: FAIL
|
|
|
|
[Unused argument]
|
|
expected: FAIL
|
|
|
|
[Single parameter]
|
|
expected: FAIL
|
|
|
|
[Multiple parameters]
|
|
expected: FAIL
|
|
|
|
[Single parameter, typed]
|
|
expected: FAIL
|
|
|
|
[Typed parameter with calc()]
|
|
expected: FAIL
|
|
|
|
[Untyped parameter with calc()]
|
|
expected: FAIL
|
|
|
|
[Various typed parameters]
|
|
expected: FAIL
|
|
|
|
[Parameter with complex type (auto)]
|
|
expected: FAIL
|
|
|
|
[Parameter with complex type (px)]
|
|
expected: FAIL
|
|
|
|
[Passing argument to inner function]
|
|
expected: FAIL
|
|
|
|
[var() in argument resolved before call]
|
|
expected: FAIL
|
|
|
|
[var() in argument resolved before call, typed]
|
|
expected: FAIL
|
|
|
|
[Single parameter with default value]
|
|
expected: FAIL
|
|
|
|
[Multiple parameters with defaults]
|
|
expected: FAIL
|
|
|
|
[Multiple parameters with defaults, typed]
|
|
expected: FAIL
|
|
|
|
[Unused local]
|
|
expected: FAIL
|
|
|
|
[Local does not affect outer scope]
|
|
expected: FAIL
|
|
|
|
[Substituting local in result]
|
|
expected: FAIL
|
|
|
|
[Substituting multiple locals in result]
|
|
expected: FAIL
|
|
|
|
[Local referring to another local]
|
|
expected: FAIL
|
|
|
|
[Locals appearing after result]
|
|
expected: FAIL
|
|
|
|
[Locals cascading behavior]
|
|
expected: FAIL
|
|
|
|
[Custom properties are visible inside function]
|
|
expected: FAIL
|
|
|
|
[Parameter shadows custom property]
|
|
expected: FAIL
|
|
|
|
[Local shadows parameter]
|
|
expected: FAIL
|
|
|
|
[Missing only argument]
|
|
expected: FAIL
|
|
|
|
[Missing one argument of several]
|
|
expected: FAIL
|
|
|
|
[Substitute local from outer scope]
|
|
expected: FAIL
|
|
|
|
[Substitute argument from outer scope]
|
|
expected: FAIL
|
|
|
|
[Inner argument shadowing outer argument]
|
|
expected: FAIL
|
|
|
|
[Inner argument shadowing outer local]
|
|
expected: FAIL
|
|
|
|
[Inner local shadowing outer argument]
|
|
expected: FAIL
|
|
|
|
[Inner local shadowing outer local]
|
|
expected: FAIL
|
|
|
|
[Referencing outer local containing var()]
|
|
expected: FAIL
|
|
|
|
[Referencing outer typed argument]
|
|
expected: FAIL
|
|
|
|
[Same function with different scopes]
|
|
expected: FAIL
|
|
|
|
[Referencing local two frames up]
|
|
expected: FAIL
|
|
|
|
[IACVT outer local shadows property]
|
|
expected: FAIL
|
|
|
|
[Argument captures IACVT due to invalid var()]
|
|
expected: FAIL
|
|
|
|
[Argument captures IACVT due to invalid var(), typed]
|
|
expected: FAIL
|
|
|
|
[Argument captures IACVT due to type mismatch]
|
|
expected: FAIL
|
|
|
|
[Default referencing another parameter]
|
|
expected: FAIL
|
|
|
|
[Default referencing another parameter, local interference]
|
|
expected: FAIL
|
|
|
|
[Default referencing another defaulted parameter]
|
|
expected: FAIL
|
|
|
|
[Typed default with reference]
|
|
expected: FAIL
|
|
|
|
[IACVT arguments are defaulted]
|
|
expected: FAIL
|
|
|
|
[IACVT arguments are defaulted, typed]
|
|
expected: FAIL
|
|
|
|
[Arguments are defaulted on type mismatch]
|
|
expected: FAIL
|
|
|
|
[Inner function call should see resolved outer locals]
|
|
expected: FAIL
|
|
|
|
[Inner function call should see resolved outer locals (reverse)]
|
|
expected: FAIL
|
|
|
|
[IACVT argument shadows outer scope]
|
|
expected: FAIL
|
|
|
|
[IACVT argument shadows outer scope, typed]
|
|
expected: FAIL
|
|
|
|
[IACVT argument shadows outer scope, type mismatch]
|
|
expected: FAIL
|
|
|
|
[Passing list as only argument]
|
|
expected: FAIL
|
|
|
|
[Passing list as first argument]
|
|
expected: FAIL
|
|
|
|
[Passing list as second argument]
|
|
expected: FAIL
|
|
|
|
[Passing comma as argument]
|
|
expected: FAIL
|
|
|
|
[Passing {} as argument]
|
|
expected: FAIL
|
|
|
|
[Passing non-whole-value {} as argument]
|
|
expected: FAIL
|
|
|
|
[Local variable with initial keyword]
|
|
expected: FAIL
|
|
|
|
[Local variable with initial keyword, defaulted]
|
|
expected: FAIL
|
|
|
|
[Local variable with initial keyword, no value via IACVT-capture]
|
|
expected: FAIL
|
|
|
|
[Default with initial keyword]
|
|
expected: FAIL
|
|
|
|
[initial appearing via fallback]
|
|
expected: FAIL
|
|
|
|
[Local variable with inherit keyword]
|
|
expected: FAIL
|
|
|
|
[Local variable with inherit keyword (nested)]
|
|
expected: FAIL
|
|
|
|
[Inheriting an invalid value]
|
|
expected: FAIL
|
|
|
|
[Default with inherit keyword]
|
|
expected: FAIL
|
|
|
|
[Default with inherit keyword (nested)]
|
|
expected: FAIL
|
|
|
|
[Local with the unset keyword]
|
|
expected: FAIL
|
|
|
|
[Local with the revert keyword]
|
|
expected: FAIL
|
|
|
|
[Local with the revert-layer keyword]
|
|
expected: FAIL
|
|
|
|
[initial keyword left unresolved on result descriptor]
|
|
expected: FAIL
|
|
|
|
[inherit keyword left unresolved on result descriptor]
|
|
expected: FAIL
|
|
|
|
[unset keyword left unresolved on result descriptor]
|
|
expected: FAIL
|
|
|
|
[revert keyword left unresolved on result descriptor]
|
|
expected: FAIL
|
|
|
|
[revert-layer keyword left unresolved on result descriptor]
|
|
expected: FAIL
|
|
|
|
[Keyword can be returned from function into local variable]
|
|
expected: FAIL
|
|
|
|
[Can not return CSS-wide keyword as length]
|
|
expected: FAIL
|