Sync WPT with upstream (13-04-2025) (#36488)

Automated downstream sync of changes from upstream as of 13-04-2025
[no-wpt-sync]

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-04-13 04:52:15 +02:00 committed by GitHub
parent 85bd0918f2
commit 0c045fc247
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
296 changed files with 8510 additions and 3764 deletions

View file

@ -79,3 +79,6 @@
[Property animation-trigger-exit-range-end value 'exit']
expected: FAIL
[Property animation-trigger-exit-range-end value 'auto']
expected: FAIL

View file

@ -70,3 +70,6 @@
[e.style['animation-trigger-exit-range-end'\] = "exit" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-end'\] = "auto" should set the property value]
expected: FAIL

View file

@ -316,3 +316,54 @@
[e.style['animation-trigger-exit-range'\] = "10%" should not set unrelated longhands]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "auto" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "auto auto" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "cover auto" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "cover 10% auto" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "auto cover" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "auto cover 90%" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "normal auto" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "auto normal" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "auto" should set animation-trigger-exit-range-end]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "auto" should set animation-trigger-exit-range-start]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "auto" should not set unrelated longhands]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "normal auto" should set animation-trigger-exit-range-end]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "normal auto" should set animation-trigger-exit-range-start]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "normal auto" should not set unrelated longhands]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "auto normal" should set animation-trigger-exit-range-end]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "auto normal" should set animation-trigger-exit-range-start]
expected: FAIL
[e.style['animation-trigger-exit-range'\] = "auto normal" should not set unrelated longhands]
expected: FAIL

View file

@ -79,3 +79,6 @@
[Property animation-trigger-exit-range-start value 'exit']
expected: FAIL
[Property animation-trigger-exit-range-start value 'auto']
expected: FAIL

View file

@ -73,3 +73,6 @@
[e.style['animation-trigger-exit-range-start'\] = "cover calc(sign(100em - 1px) * 1%)" should set the property value]
expected: FAIL
[e.style['animation-trigger-exit-range-start'\] = "auto" should set the property value]
expected: FAIL