mirror of
https://github.com/servo/servo.git
synced 2025-09-10 23:18:20 +01:00
Sync WPT with upstream (06-07-2025) (#37901)
Automated downstream sync of changes from upstream as of 06-07-2025 [no-wpt-sync] --------- Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org> Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
bd4e04774d
commit
ee8bd14f3b
683 changed files with 13108 additions and 9280 deletions
|
@ -79,3 +79,9 @@
|
|||
|
||||
[Property animation-range-end value '120px']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-range-end value '0%']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-range-end value '100%']
|
||||
expected: FAIL
|
||||
|
|
|
@ -79,3 +79,9 @@
|
|||
|
||||
[Property animation-range-start value '120px']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-range-start value '0%']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-range-start value '100%']
|
||||
expected: FAIL
|
||||
|
|
2
tests/wpt/meta/css/css-borders/tentative/border-shape/border-shape-overflow-stroke.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-borders/tentative/border-shape/border-shape-overflow-stroke.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[border-shape-overflow-stroke.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-borders/tentative/border-shape/border-shape-overflow.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-borders/tentative/border-shape/border-shape-overflow.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[border-shape-overflow.html]
|
||||
expected: FAIL
|
21
tests/wpt/meta/css/css-conditional/at-custom-media-parsing.html.ini
vendored
Normal file
21
tests/wpt/meta/css/css-conditional/at-custom-media-parsing.html.ini
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
[at-custom-media-parsing.html]
|
||||
[@custom-media --query (max-width: 30em) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@custom-media --query (color), (hover) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@custom-media --query not all and (hover: hover) is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@custom-media --query true is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@custom-media --query false is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@custom-media -- true is valid]
|
||||
expected: FAIL
|
||||
|
||||
[@custom-media --foo/* */(width > 42px) is valid]
|
||||
expected: FAIL
|
3
tests/wpt/meta/css/css-fonts/font-variation-settings-serialization-002.html.ini
vendored
Normal file
3
tests/wpt/meta/css/css-fonts/font-variation-settings-serialization-002.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[font-variation-settings-serialization-002.html]
|
||||
[Check if font variation settings serialization is sorted.]
|
||||
expected: FAIL
|
|
@ -1,3 +1,6 @@
|
|||
[font-style-valid.html]
|
||||
[e.style['font-style'\] = "oblique calc(30deg + (sign(2cqw - 10px) * 5deg))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['font-style'\] = "oblique 14deg" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
3
tests/wpt/meta/css/css-gaps/animation/gap-decorations-width-neutral-keyframe-001.html.ini
vendored
Normal file
3
tests/wpt/meta/css/css-gaps/animation/gap-decorations-width-neutral-keyframe-001.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[gap-decorations-width-neutral-keyframe-001.html]
|
||||
[gap decorations row-rule-width supports neutral keyframe.]
|
||||
expected: FAIL
|
3
tests/wpt/meta/css/css-gaps/animation/gap-decorations-width-neutral-keyframe-002.html.ini
vendored
Normal file
3
tests/wpt/meta/css/css-gaps/animation/gap-decorations-width-neutral-keyframe-002.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[gap-decorations-width-neutral-keyframe-002.html]
|
||||
[gap decorations row-rule-width value list supports neutral keyframe.]
|
||||
expected: FAIL
|
504
tests/wpt/meta/css/css-gaps/animation/row-rule-width-interpolation.html.ini
vendored
Normal file
504
tests/wpt/meta/css/css-gaps/animation/row-rule-width-interpolation.html.ini
vendored
Normal file
|
@ -0,0 +1,504 @@
|
|||
[row-rule-width-interpolation.html]
|
||||
[CSS Transitions: property <row-rule-width> from neutral to [40px\] at (-0.3) should be [1px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from neutral to [40px\] at (0) should be [10px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from neutral to [40px\] at (0.3) should be [19px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from neutral to [40px\] at (0.6) should be [28px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from neutral to [40px\] at (1) should be [40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from neutral to [40px\] at (1.5) should be [55px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from neutral to [40px\] at (-0.3) should be [1px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from neutral to [40px\] at (0) should be [10px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from neutral to [40px\] at (0.3) should be [19px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from neutral to [40px\] at (0.6) should be [28px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from neutral to [40px\] at (1) should be [40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from neutral to [40px\] at (1.5) should be [55px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from neutral to [40px\] at (-0.3) should be [1px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from neutral to [40px\] at (0) should be [10px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from neutral to [40px\] at (0.3) should be [19px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from neutral to [40px\] at (0.6) should be [28px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from neutral to [40px\] at (1) should be [40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from neutral to [40px\] at (1.5) should be [55px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from neutral to [40px\] at (-0.3) should be [1px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from neutral to [40px\] at (0) should be [10px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from neutral to [40px\] at (0.3) should be [19px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from neutral to [40px\] at (0.6) should be [28px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from neutral to [40px\] at (1) should be [40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from neutral to [40px\] at (1.5) should be [55px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [initial\] to [40px\] at (-0.3) should be [0px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [initial\] to [40px\] at (0) should be [3px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [initial\] to [40px\] at (0.3) should be [14px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [initial\] to [40px\] at (0.6) should be [25px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [initial\] to [40px\] at (1) should be [40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [initial\] to [40px\] at (1.5) should be [58px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [initial\] to [40px\] at (-0.3) should be [0px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [initial\] to [40px\] at (0) should be [3px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [initial\] to [40px\] at (0.3) should be [14px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [initial\] to [40px\] at (0.6) should be [25px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [initial\] to [40px\] at (1) should be [40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [initial\] to [40px\] at (1.5) should be [58px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [initial\] to [40px\] at (-0.3) should be [0px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [initial\] to [40px\] at (0) should be [3px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [initial\] to [40px\] at (0.3) should be [14px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [initial\] to [40px\] at (0.6) should be [25px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [initial\] to [40px\] at (1) should be [40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [initial\] to [40px\] at (1.5) should be [58px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [initial\] to [40px\] at (-0.3) should be [0px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [initial\] to [40px\] at (0) should be [3px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [initial\] to [40px\] at (0.3) should be [14px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [initial\] to [40px\] at (0.6) should be [25px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [initial\] to [40px\] at (1) should be [40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [initial\] to [40px\] at (1.5) should be [58px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [inherit\] to [40px\] at (-0.3) should be [105px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [inherit\] to [40px\] at (0) should be [90px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [inherit\] to [40px\] at (0.3) should be [75px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [inherit\] to [40px\] at (0.6) should be [60px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [inherit\] to [40px\] at (1) should be [40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [inherit\] to [40px\] at (1.5) should be [15px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [inherit\] to [40px\] at (-0.3) should be [105px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [inherit\] to [40px\] at (0) should be [90px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [inherit\] to [40px\] at (0.3) should be [75px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [inherit\] to [40px\] at (0.6) should be [60px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [inherit\] to [40px\] at (1) should be [40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [inherit\] to [40px\] at (1.5) should be [15px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [inherit\] to [40px\] at (-0.3) should be [105px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [inherit\] to [40px\] at (0) should be [90px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [inherit\] to [40px\] at (0.3) should be [75px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [inherit\] to [40px\] at (0.6) should be [60px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [inherit\] to [40px\] at (1) should be [40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [inherit\] to [40px\] at (1.5) should be [15px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [inherit\] to [40px\] at (-0.3) should be [105px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [inherit\] to [40px\] at (0) should be [90px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [inherit\] to [40px\] at (0.3) should be [75px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [inherit\] to [40px\] at (0.6) should be [60px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [inherit\] to [40px\] at (1) should be [40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [inherit\] to [40px\] at (1.5) should be [15px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [unset\] to [40px\] at (-0.3) should be [0px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [unset\] to [40px\] at (0) should be [3px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [unset\] to [40px\] at (0.3) should be [14px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [unset\] to [40px\] at (0.6) should be [25px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [unset\] to [40px\] at (1) should be [40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [unset\] to [40px\] at (1.5) should be [58px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [unset\] to [40px\] at (-0.3) should be [0px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [unset\] to [40px\] at (0) should be [3px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [unset\] to [40px\] at (0.3) should be [14px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [unset\] to [40px\] at (0.6) should be [25px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [unset\] to [40px\] at (1) should be [40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [unset\] to [40px\] at (1.5) should be [58px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [unset\] to [40px\] at (-0.3) should be [0px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [unset\] to [40px\] at (0) should be [3px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [unset\] to [40px\] at (0.3) should be [14px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [unset\] to [40px\] at (0.6) should be [25px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [unset\] to [40px\] at (1) should be [40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [unset\] to [40px\] at (1.5) should be [58px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [unset\] to [40px\] at (-0.3) should be [0px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [unset\] to [40px\] at (0) should be [3px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [unset\] to [40px\] at (0.3) should be [14px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [unset\] to [40px\] at (0.6) should be [25px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [unset\] to [40px\] at (1) should be [40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [unset\] to [40px\] at (1.5) should be [58px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [0px\] to [100px\] at (-0.3) should be [0\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [0px\] to [100px\] at (0) should be [0\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [0px\] to [100px\] at (0.3) should be [30px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [0px\] to [100px\] at (0.6) should be [60px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [0px\] to [100px\] at (1) should be [100px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [0px\] to [100px\] at (1.5) should be [150px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [0px\] to [100px\] at (-0.3) should be [0\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [0px\] to [100px\] at (0) should be [0\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [0px\] to [100px\] at (0.3) should be [30px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [0px\] to [100px\] at (0.6) should be [60px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [0px\] to [100px\] at (1) should be [100px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [0px\] to [100px\] at (1.5) should be [150px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [0px\] to [100px\] at (-0.3) should be [0\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [0px\] to [100px\] at (0) should be [0\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [0px\] to [100px\] at (0.3) should be [30px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [0px\] to [100px\] at (0.6) should be [60px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [0px\] to [100px\] at (1) should be [100px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [0px\] to [100px\] at (1.5) should be [150px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [0px\] to [100px\] at (-0.3) should be [0\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [0px\] to [100px\] at (0) should be [0\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [0px\] to [100px\] at (0.3) should be [30px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [0px\] to [100px\] at (0.6) should be [60px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [0px\] to [100px\] at (1) should be [100px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [0px\] to [100px\] at (1.5) should be [150px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [thin\] to [11px\] at (-0.3) should be [0\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [thin\] to [11px\] at (0) should be [1px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [thin\] to [11px\] at (0.3) should be [4px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [thin\] to [11px\] at (0.6) should be [7px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [thin\] to [11px\] at (1) should be [11px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [thin\] to [11px\] at (1.5) should be [16px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [thin\] to [11px\] at (-0.3) should be [0\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [thin\] to [11px\] at (0) should be [1px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [thin\] to [11px\] at (0.3) should be [4px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [thin\] to [11px\] at (0.6) should be [7px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [thin\] to [11px\] at (1) should be [11px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [thin\] to [11px\] at (1.5) should be [16px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [thin\] to [11px\] at (-0.3) should be [0\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [thin\] to [11px\] at (0) should be [1px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [thin\] to [11px\] at (0.3) should be [4px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [thin\] to [11px\] at (0.6) should be [7px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [thin\] to [11px\] at (1) should be [11px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [thin\] to [11px\] at (1.5) should be [16px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [thin\] to [11px\] at (-0.3) should be [0\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [thin\] to [11px\] at (0) should be [1px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [thin\] to [11px\] at (0.3) should be [4px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [thin\] to [11px\] at (0.6) should be [7px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [thin\] to [11px\] at (1) should be [11px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [thin\] to [11px\] at (1.5) should be [16px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [thick\] to [15px\] at (-0.3) should be [2px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [thick\] to [15px\] at (0) should be [5px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [thick\] to [15px\] at (0.3) should be [8px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [thick\] to [15px\] at (0.6) should be [11px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [thick\] to [15px\] at (1) should be [15px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from [thick\] to [15px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [thick\] to [15px\] at (-0.3) should be [2px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [thick\] to [15px\] at (0) should be [5px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [thick\] to [15px\] at (0.3) should be [8px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [thick\] to [15px\] at (0.6) should be [11px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [thick\] to [15px\] at (1) should be [15px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from [thick\] to [15px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [thick\] to [15px\] at (-0.3) should be [2px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [thick\] to [15px\] at (0) should be [5px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [thick\] to [15px\] at (0.3) should be [8px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [thick\] to [15px\] at (0.6) should be [11px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [thick\] to [15px\] at (1) should be [15px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from [thick\] to [15px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [thick\] to [15px\] at (-0.3) should be [2px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [thick\] to [15px\] at (0) should be [5px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [thick\] to [15px\] at (0.3) should be [8px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [thick\] to [15px\] at (0.6) should be [11px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [thick\] to [15px\] at (1) should be [15px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from [thick\] to [15px\] at (1.5) should be [20px\]]
|
||||
expected: FAIL
|
144
tests/wpt/meta/css/css-gaps/animation/rule-width-interpolation-multiple-values-001.html.ini
vendored
Normal file
144
tests/wpt/meta/css/css-gaps/animation/rule-width-interpolation-multiple-values-001.html.ini
vendored
Normal file
|
@ -0,0 +1,144 @@
|
|||
[rule-width-interpolation-multiple-values-001.html]
|
||||
[CSS Transitions: property <row-rule-width> from neutral to [40px\] at (-0.3) should be [1px 1px 1px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from neutral to [40px\] at (0) should be [10px 10px 10px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from neutral to [40px\] at (0.3) should be [19px 19px 19px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from neutral to [40px\] at (0.6) should be [28px 28px 28px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from neutral to [40px\] at (1) should be [40px 40px 40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from neutral to [40px\] at (1.5) should be [55px 55px 55px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from neutral to [40px\] at (-0.3) should be [1px 1px 1px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from neutral to [40px\] at (0) should be [10px 10px 10px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from neutral to [40px\] at (0.3) should be [19px 19px 19px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from neutral to [40px\] at (0.6) should be [28px 28px 28px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from neutral to [40px\] at (1) should be [40px 40px 40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from neutral to [40px\] at (1.5) should be [55px 55px 55px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from neutral to [40px\] at (-0.3) should be [1px 1px 1px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from neutral to [40px\] at (0) should be [10px 10px 10px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from neutral to [40px\] at (0.3) should be [19px 19px 19px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from neutral to [40px\] at (0.6) should be [28px 28px 28px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from neutral to [40px\] at (1) should be [40px 40px 40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from neutral to [40px\] at (1.5) should be [55px 55px 55px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from neutral to [40px\] at (-0.3) should be [1px 1px 1px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from neutral to [40px\] at (0) should be [10px 10px 10px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from neutral to [40px\] at (0.3) should be [19px 19px 19px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from neutral to [40px\] at (0.6) should be [28px 28px 28px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from neutral to [40px\] at (1) should be [40px 40px 40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from neutral to [40px\] at (1.5) should be [55px 55px 55px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <column-rule-width> from neutral to [40px\] at (-0.3) should be [1px 7px 14px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <column-rule-width> from neutral to [40px\] at (0) should be [10px 15px 20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <column-rule-width> from neutral to [40px\] at (0.3) should be [19px 22px 26px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <column-rule-width> from neutral to [40px\] at (0.6) should be [28px 30px 32px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <column-rule-width> from neutral to [40px\] at (1) should be [40px 40px 40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <column-rule-width> from neutral to [40px\] at (1.5) should be [55px 52px 50px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <column-rule-width> from neutral to [40px\] at (-0.3) should be [1px 7px 14px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <column-rule-width> from neutral to [40px\] at (0) should be [10px 15px 20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <column-rule-width> from neutral to [40px\] at (0.3) should be [19px 22px 26px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <column-rule-width> from neutral to [40px\] at (0.6) should be [28px 30px 32px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <column-rule-width> from neutral to [40px\] at (1) should be [40px 40px 40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <column-rule-width> from neutral to [40px\] at (1.5) should be [55px 52px 50px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <column-rule-width> from neutral to [40px\] at (-0.3) should be [1px 7px 14px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <column-rule-width> from neutral to [40px\] at (0) should be [10px 15px 20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <column-rule-width> from neutral to [40px\] at (0.3) should be [19px 22px 26px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <column-rule-width> from neutral to [40px\] at (0.6) should be [28px 30px 32px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <column-rule-width> from neutral to [40px\] at (1) should be [40px 40px 40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <column-rule-width> from neutral to [40px\] at (1.5) should be [55px 52px 50px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <column-rule-width> from neutral to [40px\] at (-0.3) should be [1px 7px 14px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <column-rule-width> from neutral to [40px\] at (0) should be [10px 15px 20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <column-rule-width> from neutral to [40px\] at (0.3) should be [19px 22px 26px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <column-rule-width> from neutral to [40px\] at (0.6) should be [28px 30px 32px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <column-rule-width> from neutral to [40px\] at (1) should be [40px 40px 40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <column-rule-width> from neutral to [40px\] at (1.5) should be [55px 52px 50px\]]
|
||||
expected: FAIL
|
144
tests/wpt/meta/css/css-gaps/animation/rule-width-interpolation-multiple-values-002.html.ini
vendored
Normal file
144
tests/wpt/meta/css/css-gaps/animation/rule-width-interpolation-multiple-values-002.html.ini
vendored
Normal file
|
@ -0,0 +1,144 @@
|
|||
[rule-width-interpolation-multiple-values-002.html]
|
||||
[CSS Transitions: property <row-rule-width> from neutral to [40px\] at (-0.3) should be [1px 1px 1px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from neutral to [40px\] at (0) should be [10px 10px 10px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from neutral to [40px\] at (0.3) should be [19px 19px 19px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from neutral to [40px\] at (0.6) should be [28px 28px 28px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from neutral to [40px\] at (1) should be [40px 40px 40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <row-rule-width> from neutral to [40px\] at (1.5) should be [55px 55px 55px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from neutral to [40px\] at (-0.3) should be [1px 1px 1px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from neutral to [40px\] at (0) should be [10px 10px 10px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from neutral to [40px\] at (0.3) should be [19px 19px 19px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from neutral to [40px\] at (0.6) should be [28px 28px 28px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from neutral to [40px\] at (1) should be [40px 40px 40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <row-rule-width> from neutral to [40px\] at (1.5) should be [55px 55px 55px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from neutral to [40px\] at (-0.3) should be [1px 1px 1px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from neutral to [40px\] at (0) should be [10px 10px 10px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from neutral to [40px\] at (0.3) should be [19px 19px 19px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from neutral to [40px\] at (0.6) should be [28px 28px 28px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from neutral to [40px\] at (1) should be [40px 40px 40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <row-rule-width> from neutral to [40px\] at (1.5) should be [55px 55px 55px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from neutral to [40px\] at (-0.3) should be [1px 1px 1px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from neutral to [40px\] at (0) should be [10px 10px 10px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from neutral to [40px\] at (0.3) should be [19px 19px 19px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from neutral to [40px\] at (0.6) should be [28px 28px 28px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from neutral to [40px\] at (1) should be [40px 40px 40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <row-rule-width> from neutral to [40px\] at (1.5) should be [55px 55px 55px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <column-rule-width> from neutral to [40px\] at (-0.3) should be [1px 7px 14px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <column-rule-width> from neutral to [40px\] at (0) should be [10px 15px 20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <column-rule-width> from neutral to [40px\] at (0.3) should be [19px 22px 26px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <column-rule-width> from neutral to [40px\] at (0.6) should be [28px 30px 32px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <column-rule-width> from neutral to [40px\] at (1) should be [40px 40px 40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <column-rule-width> from neutral to [40px\] at (1.5) should be [55px 52px 50px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <column-rule-width> from neutral to [40px\] at (-0.3) should be [1px 7px 14px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <column-rule-width> from neutral to [40px\] at (0) should be [10px 15px 20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <column-rule-width> from neutral to [40px\] at (0.3) should be [19px 22px 26px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <column-rule-width> from neutral to [40px\] at (0.6) should be [28px 30px 32px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <column-rule-width> from neutral to [40px\] at (1) should be [40px 40px 40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <column-rule-width> from neutral to [40px\] at (1.5) should be [55px 52px 50px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <column-rule-width> from neutral to [40px\] at (-0.3) should be [1px 7px 14px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <column-rule-width> from neutral to [40px\] at (0) should be [10px 15px 20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <column-rule-width> from neutral to [40px\] at (0.3) should be [19px 22px 26px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <column-rule-width> from neutral to [40px\] at (0.6) should be [28px 30px 32px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <column-rule-width> from neutral to [40px\] at (1) should be [40px 40px 40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <column-rule-width> from neutral to [40px\] at (1.5) should be [55px 52px 50px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <column-rule-width> from neutral to [40px\] at (-0.3) should be [1px 7px 14px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <column-rule-width> from neutral to [40px\] at (0) should be [10px 15px 20px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <column-rule-width> from neutral to [40px\] at (0.3) should be [19px 22px 26px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <column-rule-width> from neutral to [40px\] at (0.6) should be [28px 30px 32px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <column-rule-width> from neutral to [40px\] at (1) should be [40px 40px 40px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <column-rule-width> from neutral to [40px\] at (1.5) should be [55px 52px 50px\]]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-grid/grid-model/grid-max-content-size-with-max-content-item.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-grid/grid-model/grid-max-content-size-with-max-content-item.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[grid-max-content-size-with-max-content-item.html]
|
||||
expected: FAIL
|
3
tests/wpt/meta/css/css-mixins/basic.html.ini
vendored
Normal file
3
tests/wpt/meta/css/css-mixins/basic.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[basic.html]
|
||||
[CSS Mixins: Basic test]
|
||||
expected: FAIL
|
15
tests/wpt/meta/css/css-mixins/contents-rule.html.ini
vendored
Normal file
15
tests/wpt/meta/css/css-mixins/contents-rule.html.ini
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
[contents-rule.html]
|
||||
[Simple @contents with no fallback]
|
||||
expected: FAIL
|
||||
|
||||
[Implicit semicolon after @contents, at end of block]
|
||||
expected: FAIL
|
||||
|
||||
[Block in @apply overrides fallback]
|
||||
expected: FAIL
|
||||
|
||||
[Fallback is used if @apply has no block]
|
||||
expected: FAIL
|
||||
|
||||
[@contents is ignored if there is no @contents parameter]
|
||||
expected: FAIL
|
3
tests/wpt/meta/css/css-mixins/cross-stylesheet.html.ini
vendored
Normal file
3
tests/wpt/meta/css/css-mixins/cross-stylesheet.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[cross-stylesheet.html]
|
||||
[CSS Mixins: Mixin from another stylesheet]
|
||||
expected: FAIL
|
3
tests/wpt/meta/css/css-mixins/declarations.html.ini
vendored
Normal file
3
tests/wpt/meta/css/css-mixins/declarations.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[declarations.html]
|
||||
[CSS Mixins: Declarations directly in mixin]
|
||||
expected: FAIL
|
3
tests/wpt/meta/css/css-mixins/mixins-including-mixins.html.ini
vendored
Normal file
3
tests/wpt/meta/css/css-mixins/mixins-including-mixins.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[mixins-including-mixins.html]
|
||||
[CSS Mixins: Mixins depending on other mixins]
|
||||
expected: FAIL
|
9
tests/wpt/meta/css/css-mixins/shadow-dom.html.ini
vendored
Normal file
9
tests/wpt/meta/css/css-mixins/shadow-dom.html.ini
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
[shadow-dom.html]
|
||||
[Style in shadow DOM should have access to outside non-adopted mixins]
|
||||
expected: FAIL
|
||||
|
||||
[Style in shadow DOM should have access to inside mixins]
|
||||
expected: FAIL
|
||||
|
||||
[Style in shadow DOM should have access to mixins from adopted stylesheets]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-pseudo/relative-box-order-of-pseudo-elements.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-pseudo/relative-box-order-of-pseudo-elements.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[relative-box-order-of-pseudo-elements.html]
|
||||
expected: FAIL
|
6
tests/wpt/meta/css/css-sizing/keyword-sizes-for-intrinsic-contributions-002.html.ini
vendored
Normal file
6
tests/wpt/meta/css/css-sizing/keyword-sizes-for-intrinsic-contributions-002.html.ini
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[keyword-sizes-for-intrinsic-contributions-002.html]
|
||||
[.test 7]
|
||||
expected: FAIL
|
||||
|
||||
[.test 8]
|
||||
expected: FAIL
|
|
@ -4,3 +4,9 @@
|
|||
|
||||
[table 6]
|
||||
expected: FAIL
|
||||
|
||||
[rowspan can't be zero]
|
||||
expected: FAIL
|
||||
|
||||
[table 7]
|
||||
expected: FAIL
|
||||
|
|
3
tests/wpt/meta/css/css-values/if-initial-unregistered.html.ini
vendored
Normal file
3
tests/wpt/meta/css/css-values/if-initial-unregistered.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[if-initial-unregistered.html]
|
||||
[if-testing the initial keyword without any property registrations]
|
||||
expected: FAIL
|
|
@ -1,3 +1,54 @@
|
|||
[filter-computed.html]
|
||||
[Property filter value 'blur(10px) url("https://www.example.com/picture.svg#f") contrast(20) brightness(30)']
|
||||
expected: FAIL
|
||||
|
||||
[Property filter value 'blur(calc(100px + (sign(2cqw - 10px) * 50px)))']
|
||||
expected: FAIL
|
||||
|
||||
[Property filter value 'brightness(calc(10 + (sign(2cqw - 10px) * 5)))']
|
||||
expected: FAIL
|
||||
|
||||
[Property filter value 'brightness(calc(100% + (sign(2cqw - 10px) * 50%)))']
|
||||
expected: FAIL
|
||||
|
||||
[Property filter value 'contrast(calc(10 + (sign(2cqw - 10px) * 5)))']
|
||||
expected: FAIL
|
||||
|
||||
[Property filter value 'contrast(calc(100% + (sign(2cqw - 10px) * 50%)))']
|
||||
expected: FAIL
|
||||
|
||||
[Property filter value 'drop-shadow(rgb(4, 5, 6) calc(10px + (sign(2cqw - 10px) * 5px)) 2px 0px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property filter value 'grayscale(calc(10 + (sign(2cqw - 10px) * 5)))']
|
||||
expected: FAIL
|
||||
|
||||
[Property filter value 'grayscale(calc(100% + (sign(2cqw - 10px) * 50%)))']
|
||||
expected: FAIL
|
||||
|
||||
[Property filter value 'hue-rotate(calc(90deg + (sign(2cqw - 10px) * 45deg)))']
|
||||
expected: FAIL
|
||||
|
||||
[Property filter value 'invert(calc(10 + (sign(2cqw - 10px) * 5)))']
|
||||
expected: FAIL
|
||||
|
||||
[Property filter value 'invert(calc(100% + (sign(2cqw - 10px) * 50%)))']
|
||||
expected: FAIL
|
||||
|
||||
[Property filter value 'opacity(calc(10 + (sign(2cqw - 10px) * 5)))']
|
||||
expected: FAIL
|
||||
|
||||
[Property filter value 'opacity(calc(100% + (sign(2cqw - 10px) * 50%)))']
|
||||
expected: FAIL
|
||||
|
||||
[Property filter value 'saturate(calc(10 + (sign(2cqw - 10px) * 5)))']
|
||||
expected: FAIL
|
||||
|
||||
[Property filter value 'saturate(calc(100% + (sign(2cqw - 10px) * 50%)))']
|
||||
expected: FAIL
|
||||
|
||||
[Property filter value 'sepia(calc(10 + (sign(2cqw - 10px) * 5)))']
|
||||
expected: FAIL
|
||||
|
||||
[Property filter value 'sepia(calc(100% + (sign(2cqw - 10px) * 50%)))']
|
||||
expected: FAIL
|
||||
|
|
|
@ -13,3 +13,75 @@
|
|||
|
||||
[e.style['filter'\] = "grayscale(calc(101% * sign(1em - 1px)))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['filter'\] = "blur(calc(100px + (50px * sign(2cqw - 10px))))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['filter'\] = "brightness(calc(10 + (5 * sign(2cqw - 10px))))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['filter'\] = "brightness(calc(100% + (50% * sign(2cqw - 10px))))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['filter'\] = "contrast(calc(10 + (5 * sign(2cqw - 10px))))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['filter'\] = "contrast(calc(100% + (50% * sign(2cqw - 10px))))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['filter'\] = "drop-shadow(rgb(4, 5, 6) calc(10px + (5px * sign(2cqw - 10px))) 2px 0px)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['filter'\] = "grayscale(calc(3))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['filter'\] = "grayscale(calc(10 + (5 * sign(2cqw - 10px))))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['filter'\] = "grayscale(calc(100% + (50% * sign(2cqw - 10px))))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['filter'\] = "hue-rotate(calc(90deg + (45deg * sign(2cqw - 10px))))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['filter'\] = "invert(calc(3))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['filter'\] = "invert(calc(300%))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['filter'\] = "invert(calc(10 + (5 * sign(2cqw - 10px))))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['filter'\] = "invert(calc(100% + (50% * sign(2cqw - 10px))))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['filter'\] = "opacity(calc(3))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['filter'\] = "opacity(calc(300%))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['filter'\] = "opacity(calc(10 + (5 * sign(2cqw - 10px))))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['filter'\] = "opacity(calc(100% + (50% * sign(2cqw - 10px))))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['filter'\] = "saturate(calc(10 + (5 * sign(2cqw - 10px))))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['filter'\] = "saturate(calc(100% + (50% * sign(2cqw - 10px))))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['filter'\] = "sepia(calc(3))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['filter'\] = "sepia(calc(300%))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['filter'\] = "sepia(calc(10 + (5 * sign(2cqw - 10px))))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['filter'\] = "sepia(calc(100% + (50% * sign(2cqw - 10px))))" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
12
tests/wpt/meta/css/selectors/invalidation/has-invalidation-first-in-sibling-chain.html.ini
vendored
Normal file
12
tests/wpt/meta/css/selectors/invalidation/has-invalidation-first-in-sibling-chain.html.ini
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
[has-invalidation-first-in-sibling-chain.html]
|
||||
[#subject1 invalidated after adding first sibling]
|
||||
expected: FAIL
|
||||
|
||||
[#subject2 invalidated after adding first sibling]
|
||||
expected: FAIL
|
||||
|
||||
[#subject3 invalidated after adding first sibling]
|
||||
expected: FAIL
|
||||
|
||||
[#subject4 invalidated after adding first sibling]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue