mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
Update web-platform-tests to revision b'c72ee0c082d350b8b44f7a6bac1f028752b13527' (#34837)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
d1de3cc407
commit
15eb405f36
335 changed files with 11790 additions and 765 deletions
|
@ -97,3 +97,51 @@
|
|||
|
||||
[An interpolation to inherit updates correctly on a parent style change.]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <font-style> from [normal\] to [oblique 10deg\] at (0) should be [oblique 0deg\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <font-style> from [normal\] to [oblique 10deg\] at (0) should be [oblique 0deg\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <font-style> from [normal\] to [oblique 10deg\] at (0) should be [oblique 0deg\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <font-style> from [normal\] to [oblique 10deg\] at (0) should be [oblique 0deg\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <font-style> from [initial\] to [inherit\] at (0) should be [oblique 0deg\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <font-style> from [initial\] to [inherit\] at (0) should be [oblique 0deg\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <font-style> from [initial\] to [inherit\] at (0) should be [oblique 0deg\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <font-style> from [initial\] to [inherit\] at (0) should be [oblique 0deg\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <font-style> from [oblique 20deg\] to [normal\] at (1) should be [oblique 0deg\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <font-style> from [oblique 20deg\] to [normal\] at (1) should be [oblique 0deg\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <font-style> from [oblique 20deg\] to [normal\] at (1) should be [oblique 0deg\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <font-style> from [oblique 20deg\] to [normal\] at (1) should be [oblique 0deg\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <font-style> from [oblique -90deg\] to [oblique 90deg\] at (0.5) should be [oblique 0deg\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <font-style> from [oblique -90deg\] to [oblique 90deg\] at (0.5) should be [oblique 0deg\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <font-style> from [oblique -90deg\] to [oblique 90deg\] at (0.5) should be [oblique 0deg\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <font-style> from [oblique -90deg\] to [oblique 90deg\] at (0.5) should be [oblique 0deg\]]
|
||||
expected: FAIL
|
||||
|
|
|
@ -37,3 +37,21 @@
|
|||
|
||||
[e.style['font-size-adjust'\] = "ic-height from-font" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-size-adjust'\] = "calc(0.5)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-size-adjust'\] = "ex-height calc(0.5)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-size-adjust'\] = "cap-height calc(0.5)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-size-adjust'\] = "cap-height calc(0.5 + 1)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-size-adjust'\] = "cap-height calc(-0.5)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-size-adjust'\] = "cap-height calc(10 + (sign(20cqw - 10px) * 5))" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
3
tests/wpt/meta/css/css-fonts/parsing/font-stretch-computed.html.ini
vendored
Normal file
3
tests/wpt/meta/css/css-fonts/parsing/font-stretch-computed.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[font-stretch-computed.html]
|
||||
[Property font-stretch value 'calc(100% + (sign(20cqw - 10px) * 5%))']
|
||||
expected: FAIL
|
3
tests/wpt/meta/css/css-fonts/parsing/font-stretch-valid.html.ini
vendored
Normal file
3
tests/wpt/meta/css/css-fonts/parsing/font-stretch-valid.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[font-stretch-valid.html]
|
||||
[e.style['font-stretch'\] = "calc(100% + (sign(20cqw - 10px) * 5%))" should set the property value]
|
||||
expected: FAIL
|
3
tests/wpt/meta/css/css-fonts/parsing/font-style-computed.html.ini
vendored
Normal file
3
tests/wpt/meta/css/css-fonts/parsing/font-style-computed.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[font-style-computed.html]
|
||||
[Property font-style value 'oblique calc(30deg + (sign(20cqw - 10px) * 5deg))']
|
||||
expected: FAIL
|
3
tests/wpt/meta/css/css-fonts/parsing/font-style-valid.html.ini
vendored
Normal file
3
tests/wpt/meta/css/css-fonts/parsing/font-style-valid.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[font-style-valid.html]
|
||||
[e.style['font-style'\] = "oblique calc(30deg + (sign(2cqw - 10px) * 5deg))" should set the property value]
|
||||
expected: FAIL
|
3
tests/wpt/meta/css/css-fonts/parsing/font-weight-computed.html.ini
vendored
Normal file
3
tests/wpt/meta/css/css-fonts/parsing/font-weight-computed.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[font-weight-computed.html]
|
||||
[Property font-weight value 'calc(100 + (sign(20cqw - 10px) * 5))']
|
||||
expected: FAIL
|
3
tests/wpt/meta/css/css-fonts/parsing/font-weight-valid.html.ini
vendored
Normal file
3
tests/wpt/meta/css/css-fonts/parsing/font-weight-valid.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[font-weight-valid.html]
|
||||
[e.style['font-weight'\] = "calc(100 + (sign(20cqw - 10px) * 5))" should set the property value]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue