mirror of
https://github.com/servo/servo.git
synced 2025-08-18 11:55:39 +01:00
Update web-platform-tests to revision b'fc557e215e11221c91de4f283539725ef2f35928' (#35741)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
e7e8ccea20
commit
5ba9cfe809
2322 changed files with 43591 additions and 31593 deletions
|
@ -205,3 +205,6 @@
|
|||
|
||||
[@function --foo(--x) returneth <length> is invalid]
|
||||
expected: FAIL
|
||||
|
||||
[@function --foo(--x:1px, --y, --z:2px) is valid]
|
||||
expected: FAIL
|
||||
|
|
|
@ -55,3 +55,9 @@
|
|||
|
||||
[Cycle through various variables and other functions]
|
||||
expected: FAIL
|
||||
|
||||
[Function in a cycle with its own default]
|
||||
expected: FAIL
|
||||
|
||||
[Cyclic defaults]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[dashed-function-eval.html]
|
||||
expected: ERROR
|
||||
[Literal result]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -137,3 +136,66 @@
|
|||
|
||||
[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
|
||||
|
|
57
tests/wpt/meta/css/css-mixins/dashed-function-parsing.html.ini
vendored
Normal file
57
tests/wpt/meta/css/css-mixins/dashed-function-parsing.html.ini
vendored
Normal file
|
@ -0,0 +1,57 @@
|
|||
[dashed-function-parsing.html]
|
||||
[e.style['top'\] = "--func()" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func(auto)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func(100px)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func(#fff)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func(auto, 100px, #fff)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func(auto ,100px ,#fff)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func(auto , 100px , #fff)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func(auto,100px,#fff)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func(\\"thing\\")" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func(--bar(), --baz(--fez()))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func({1}, 2)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func({ 1}, 2)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func({1 }, 2)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func({ 1 }, 2)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func({1},{2})" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func({1, 2, 3},{4})" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func({,},{4})" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func({{}},{4})" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func({[\]},{4})" should set the property value]
|
||||
expected: FAIL
|
9
tests/wpt/meta/css/css-mixins/function-shadow-animations.html.ini
vendored
Normal file
9
tests/wpt/meta/css/css-mixins/function-shadow-animations.html.ini
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
[function-shadow-animations.html]
|
||||
[Can animate standard property in shadow]
|
||||
expected: FAIL
|
||||
|
||||
[Can animate typed custom property in shadow]
|
||||
expected: FAIL
|
||||
|
||||
[Can animate untyped custom property in shadow]
|
||||
expected: FAIL
|
3
tests/wpt/meta/css/css-mixins/function-shadow-cache.html.ini
vendored
Normal file
3
tests/wpt/meta/css/css-mixins/function-shadow-cache.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[function-shadow-cache.html]
|
||||
[Tree scope is respected for otherwise identical styles]
|
||||
expected: FAIL
|
9
tests/wpt/meta/css/css-mixins/function-shadow-container.html.ini
vendored
Normal file
9
tests/wpt/meta/css/css-mixins/function-shadow-container.html.ini
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
[function-shadow-container.html]
|
||||
[Can query named container in shadow]
|
||||
expected: FAIL
|
||||
|
||||
[::part() can not see inner named containers]
|
||||
expected: FAIL
|
||||
|
||||
[::slotted() can see inner named containers]
|
||||
expected: FAIL
|
30
tests/wpt/meta/css/css-mixins/function-shadow.html.ini
vendored
Normal file
30
tests/wpt/meta/css/css-mixins/function-shadow.html.ini
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
[function-shadow.html]
|
||||
[@function works inside shadow]
|
||||
expected: FAIL
|
||||
|
||||
[Looking up document-global function]
|
||||
expected: FAIL
|
||||
|
||||
[@function works inside nested shadow]
|
||||
expected: FAIL
|
||||
|
||||
[@function defined in outer shadow is visible]
|
||||
expected: FAIL
|
||||
|
||||
[Combining functions from various scopes]
|
||||
expected: FAIL
|
||||
|
||||
[::part() can not see inner functions]
|
||||
expected: FAIL
|
||||
|
||||
[::slotted() can see inner functions]
|
||||
expected: FAIL
|
||||
|
||||
[:host can see inner functions]
|
||||
expected: FAIL
|
||||
|
||||
[Outer functions can't see inner functions]
|
||||
expected: FAIL
|
||||
|
||||
[Outer functions can't see inner functions (local vars)]
|
||||
expected: FAIL
|
42
tests/wpt/meta/css/css-mixins/local-if-substitution.html.ini
vendored
Normal file
42
tests/wpt/meta/css/css-mixins/local-if-substitution.html.ini
vendored
Normal file
|
@ -0,0 +1,42 @@
|
|||
[local-if-substitution.html]
|
||||
[var() in if() condition's custom property value substitutes locally]
|
||||
expected: FAIL
|
||||
|
||||
[var() in if() condition's specified value substitutes locally]
|
||||
expected: FAIL
|
||||
|
||||
[var() in if() declaration value substitutes locally]
|
||||
expected: FAIL
|
||||
|
||||
[var() in if() condition's custom property value substitutes locally, argument]
|
||||
expected: FAIL
|
||||
|
||||
[var() in if() condition's specified value substitutes locally, argument]
|
||||
expected: FAIL
|
||||
|
||||
[var() in if() declaration value substitutes locally, argument]
|
||||
expected: FAIL
|
||||
|
||||
[dashed function in if() declaration value]
|
||||
expected: FAIL
|
||||
|
||||
[dashed function with argument in if() declaration value]
|
||||
expected: FAIL
|
||||
|
||||
[if() cycle through local]
|
||||
expected: FAIL
|
||||
|
||||
[if() cycle in condition custom property through local]
|
||||
expected: FAIL
|
||||
|
||||
[if() cycle in condition specified value through local]
|
||||
expected: FAIL
|
||||
|
||||
[if() cycle through function]
|
||||
expected: FAIL
|
||||
|
||||
[if() no cycle in overridden local]
|
||||
expected: FAIL
|
||||
|
||||
[if() no cycle in overridden argument]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue