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:
Servo WPT Sync 2025-06-29 03:47:33 +02:00 committed by GitHub
parent e1c037815c
commit 9a0f2be162
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
548 changed files with 15671 additions and 4682 deletions

View file

@ -0,0 +1,3 @@
[animation-trigger-behavior-computed.tentative.html]
[Property animation-trigger-behavior value 'once, repeat, alternate, state']
expected: FAIL

View 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

View file

@ -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

View file

@ -1,3 +0,0 @@
[animation-trigger-type-computed.tentative.html]
[Property animation-trigger-type value 'once, repeat, alternate, state']
expected: FAIL

View file

@ -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