mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Update web-platform-tests to revision b'c23b0ad587af296087067b48a2f2101233589a8f' (#35869)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
d0a306729d
commit
66583ce3c9
762 changed files with 25364 additions and 9859 deletions
|
@ -208,3 +208,36 @@
|
|||
|
||||
[@function --foo(--x:1px, --y, --z:2px) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(!) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x: !) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x type(!)) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(,) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(,,,) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x, ;) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(;) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(\]) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(, --x\]) is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x) ! <length> is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x) returns <length>! is invalid]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue