Update web-platform-tests to revision b'bf49dde84c5f05613115d6146d109f0ec3900694' (#34483)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2024-12-05 06:23:07 +01:00 committed by GitHub
parent 97f486ad26
commit c3a58f9c16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
889 changed files with 225440 additions and 53621 deletions

View file

@ -79,7 +79,18 @@
[Redundant change, before -> after, then back]
expected: FAIL
[After -> Idle, display: none]
expected: FAIL
[Replacing a running animation should get animationcancel earlier than animationstart]
expected: FAIL
[The cancel event should be fired before the new start event if both have the same position in the animation list]
expected: FAIL
[The cancel event with an earlier position in animation list should be fired earlier]
expected: FAIL
[The order of the cancel events follows the relative positions in the animation list at the point when they were cancelled]
expected: FAIL

View file

@ -313,3 +313,6 @@
[e.style['animation-range'\] = "10%" should not set unrelated longhands]
expected: FAIL
[Property animation-range value '10% calc(70% + 10% * sign(100em - 1px))']
expected: FAIL

View file

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