mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +01:00
Update web-platform-tests to revision b'e5e7dab5e72edd352b17105acce2b8f443face10' (#35174)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
37695c8c8c
commit
7045630fee
621 changed files with 18766 additions and 8474 deletions
207
tests/wpt/meta/css/css-mixins/at-function-parsing.html.ini
vendored
Normal file
207
tests/wpt/meta/css/css-mixins/at-function-parsing.html.ini
vendored
Normal file
|
@ -0,0 +1,207 @@
|
|||
[at-function-parsing.html]
|
||||
[@function --foo() is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo( ) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo( --x ) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo () is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo (--x) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x auto) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x <angle>) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x <color>) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x <custom-ident>) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x <image>) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x <integer>) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x <length>) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x <length-percentage>) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x <number>) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x <percentage>) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x <resolution>) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x <string>) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x <time>) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x <url>) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x <transform-function>) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x <transform-list>) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x type(auto)) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x type(<length>)) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x type(<length> | auto)) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x type(none | auto)) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x type(*)) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x, --y) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x, --y, --z) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x <length>, --y, --z) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x, --y <number>, --z <angle>) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x : 10px) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x <length>: 10px) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x <length>: 10px, --y) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x, --y <length>: 10px) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x type(<length> | auto): auto) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x type(<length> | auto) : auto) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x <angle>: 10px) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x: 10px !important) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x <length>#) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x <length>+) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x type(<length>+)) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x <transform-function>#) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x <transform-function>+) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x <transform-list>#) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x <transform-list>+) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x *) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x !) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x 50px) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x <length> | auto) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x none | auto) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x <dino>) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x) returns type(*) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x) returns <length> is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x) returns <length>+ is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x) returns type(<length>) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x) returns type(<length> | auto) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x) returns type(foo | bar) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x) ! is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x) length is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x) returns is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x) returns is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x) returns * is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x) returns <transform-list># is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x) returns <transform-list>+ is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x) returns auto | none is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x): <length> is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x): length is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x) returneth <length> is invalid]
|
||||
expected: FAIL
|
105
tests/wpt/meta/css/css-mixins/dashed-function-eval.html.ini
vendored
Normal file
105
tests/wpt/meta/css/css-mixins/dashed-function-eval.html.ini
vendored
Normal file
|
@ -0,0 +1,105 @@
|
|||
[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
|
Loading…
Add table
Add a link
Reference in a new issue