mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +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
|
Loading…
Add table
Add a link
Reference in a new issue