mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Sync WPT with upstream (29-06-2025) (#37774)
Automated downstream sync of changes from upstream as of 29-06-2025 [no-wpt-sync] Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
e1c037815c
commit
9a0f2be162
548 changed files with 15671 additions and 4682 deletions
|
@ -0,0 +1,3 @@
|
|||
[animation-trigger-behavior-computed.tentative.html]
|
||||
[Property animation-trigger-behavior value 'once, repeat, alternate, state']
|
||||
expected: FAIL
|
21
tests/wpt/meta/css/css-animations/parsing/animation-trigger-behavior-valid.tentative.html.ini
vendored
Normal file
21
tests/wpt/meta/css/css-animations/parsing/animation-trigger-behavior-valid.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
[animation-trigger-behavior-valid.tentative.html]
|
||||
[e.style['animation-trigger-behavior'\] = "once" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-trigger-behavior'\] = "repeat" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-trigger-behavior'\] = "alternate" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-trigger-behavior'\] = "state" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-trigger-behavior'\] = "once, repeat" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-trigger-behavior'\] = "once, repeat, alternate" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-trigger-behavior'\] = "once, repeat, alternate, state" should set the property value]
|
||||
expected: FAIL
|
|
@ -268,3 +268,39 @@
|
|||
|
||||
[Property animation-trigger value 'view() once']
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-trigger'\] = "view() once contain 0% contain 100% cover 0% cover 100%" should set animation-trigger-behavior]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-trigger'\] = "view() once contain 20% contain 80% cover 10% cover 90%" should set animation-trigger-behavior]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-trigger'\] = "view() once contain 0% contain 100% cover 0%" should set animation-trigger-behavior]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-trigger'\] = "view() once contain 20% contain 80% cover 10%" should set animation-trigger-behavior]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-trigger'\] = "view() once contain 0% contain 100% cover" should set animation-trigger-behavior]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-trigger'\] = "view() alternate contain 0% contain 100%" should set animation-trigger-behavior]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-trigger'\] = "view() alternate contain 20% contain 80%" should set animation-trigger-behavior]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-trigger'\] = "view() alternate contain 0%" should set animation-trigger-behavior]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-trigger'\] = "view() alternate contain 10%" should set animation-trigger-behavior]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-trigger'\] = "view() alternate contain" should set animation-trigger-behavior]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-trigger'\] = "view() alternate" should set animation-trigger-behavior]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-trigger'\] = "repeat" should set animation-trigger-behavior]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[animation-trigger-type-computed.tentative.html]
|
||||
[Property animation-trigger-type value 'once, repeat, alternate, state']
|
||||
expected: FAIL
|
|
@ -1,21 +0,0 @@
|
|||
[animation-trigger-type-valid.tentative.html]
|
||||
[e.style['animation-trigger-type'\] = "once" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-trigger-type'\] = "repeat" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-trigger-type'\] = "alternate" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-trigger-type'\] = "state" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-trigger-type'\] = "once, repeat" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-trigger-type'\] = "once, repeat, alternate" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-trigger-type'\] = "once, repeat, alternate, state" should set the property value]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue