mirror of
https://github.com/servo/servo.git
synced 2025-08-18 11:55:39 +01:00
Sync WPT with upstream (18-07-2023) (#30006)
* Update web-platform-tests to revision b'e16853520ae70ba309108ccff87a7816f74be4dd' * Remove new spurious result --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
727d61a99d
commit
59b0b1bade
1258 changed files with 28005 additions and 10149 deletions
|
@ -160,3 +160,15 @@
|
|||
|
||||
[CSS Transitions: property <display> from [inline\] to [block\] at (0.3) should be [block\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <display> from [block\] to [none\] at (-1) should be [block\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <display> from [block\] to [none\] at (0) should be [block\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <display> from [block\] to [none\] at (0.1) should be [block\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <display> from [block\] to [none\] at (0.9) should be [block\]]
|
||||
expected: FAIL
|
||||
|
|
|
@ -46,3 +46,51 @@
|
|||
|
||||
[Property color value 'rgba(none none none / 50%)']
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgb(calc(infinity), 0, 0)' [Red channel resolves positive infinity to 255\]]
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgb(0, calc(infinity), 0)' [Green channel resolves positive infinity to 255\]]
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgb(0, 0, calc(infinity))' [Blue channel resolves positive infinity to 255\]]
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgba(0, 0, 0, calc(infinity))' [Alpha channel resolves positive infinity to fully opaque\]]
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgb(calc(-infinity), 0, 0)' [Red channel resolves negative infinity to zero\]]
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgb(0, calc(-infinity), 0)' [Green channel resolves negative infinity to zero\]]
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgb(0, 0, calc(-infinity))' [Blue channel resolves negative infinity to zero\]]
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgba(0, 0, 0, calc(-infinity))' [Alpha channel resolves negative infinity to fully transparent\]]
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgb(calc(NaN), 0, 0)' [Red channel resolves NaN to zero\]]
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgb(0, calc(NaN), 0)' [Green channel resolves NaN to zero\]]
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgb(0, 0, calc(NaN))' [Blue channel resolves NaN to zero\]]
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgba(0, 0, 0, calc(NaN))' [Alpha channel resolves NaN to zero\]]
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgb(calc(0 / 0), 0, 0)' [Red channel resolves NaN equivalent calc statements to zero\]]
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgb(0, calc(0 / 0), 0)' [Green channel resolves NaN equivalent calc statements to zero\]]
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgb(0, 0, calc(0 / 0))' [Blue channel resolves NaN equivalent calc statements to zero\]]
|
||||
expected: FAIL
|
||||
|
||||
[Property color value 'rgba(0, 0, 0, calc(0 / 0))' [Alpha channel resolves NaN equivalent calc statements to zero\]]
|
||||
expected: FAIL
|
||||
|
|
|
@ -46,3 +46,51 @@
|
|||
|
||||
[e.style['color'\] = "rgba(none none none / 50%)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgb(calc(infinity), 0, 0)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgb(0, calc(infinity), 0)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgb(0, 0, calc(infinity))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgba(0, 0, 0, calc(infinity))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgb(calc(-infinity), 0, 0)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgb(0, calc(-infinity), 0)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgb(0, 0, calc(-infinity))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgba(0, 0, 0, calc(-infinity))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgb(calc(NaN), 0, 0)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgb(0, calc(NaN), 0)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgb(0, 0, calc(NaN))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgba(0, 0, 0, calc(NaN))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgb(calc(0 / 0), 0, 0)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgb(0, calc(0 / 0), 0)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgb(0, 0, calc(0 / 0))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "rgba(0, 0, 0, calc(0 / 0))" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
2
tests/wpt/meta/css/css-flexbox/gap-020.html.ini
Normal file
2
tests/wpt/meta/css/css-flexbox/gap-020.html.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[gap-020.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-flexbox/gap-021.html.ini
Normal file
2
tests/wpt/meta/css/css-flexbox/gap-021.html.ini
Normal file
|
@ -0,0 +1,2 @@
|
|||
[gap-021.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[auto-min-size-001.html]
|
||||
expected: FAIL
|
|
@ -4,3 +4,6 @@
|
|||
|
||||
[#bug1454306 2]
|
||||
expected: FAIL
|
||||
|
||||
[#wrapping-broke .flex 1]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
[padding-block-interpolation.html]
|
||||
[Web Animations: property <padding-block> from [10px\] to [20px\] at (-0.3) should be [7px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <padding-block> from [10px\] to [20px\] at (0) should be [10px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <padding-block> from [10px\] to [20px\] at (0.3) should be [13px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <padding-block> from [10px\] to [20px\] at (0.6) should be [16px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <padding-block> from [10px\] to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <padding-block> from [10px\] to [20px\] at (1.5) should be [25px\]]
|
||||
expected: FAIL
|
|
@ -0,0 +1,18 @@
|
|||
[padding-inline-interpolation.html]
|
||||
[Web Animations: property <padding-inline> from [10px\] to [20px\] at (-0.3) should be [7px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <padding-inline> from [10px\] to [20px\] at (0) should be [10px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <padding-inline> from [10px\] to [20px\] at (0.3) should be [13px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <padding-inline> from [10px\] to [20px\] at (0.6) should be [16px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <padding-inline> from [10px\] to [20px\] at (1) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <padding-inline> from [10px\] to [20px\] at (1.5) should be [25px\]]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[content-box-mutation-001.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[stroke-box-mutation-001.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[stroke-box-mutation-003.html]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,2 @@
|
|||
[svgbox-stroke-box-001.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[svgbox-stroke-box.html]
|
||||
expected: FAIL
|
|
@ -4,3 +4,6 @@
|
|||
|
||||
[all without an explicit discrete property should not animate.]
|
||||
expected: FAIL
|
||||
|
||||
[transition:all with transition-animation-type:discrete should animate discrete properties.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[scroll-behavior-smooth-navigation.html]
|
||||
[Instant scrolling while doing history navigation.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[filter-function-linear-gradient.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[filter-function-radial-gradient.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[filter-function-repeating-linear-gradient.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[filter-function-repeating-radial-gradient.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue