mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Sync WPT with upstream (07-01-2024) (#31018)
* Update web-platform-tests to revision b'ecbab417501c89bca2265314e35719a950b07e02' * update expectation for service-worker-registration.https.html.ini The expectation of CRASH was added during the import seemingly due to an intermittent crash in CI. The test is no longer crashing. --------- Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
79a0f76d26
commit
527119aebb
180 changed files with 2043 additions and 336 deletions
|
@ -1,4 +1,5 @@
|
|||
[webkit-transition-end-event.html]
|
||||
expected: TIMEOUT
|
||||
[dispatchEvent of an transitionend event does not trigger a prefixed event handler or listener]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -12,16 +13,25 @@
|
|||
expected: FAIL
|
||||
|
||||
[event types for prefixed and unprefixed transitionend event listeners should be named appropriately]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[ontransitionend and onwebkittransitionend are not aliases]
|
||||
expected: FAIL
|
||||
|
||||
[webkitTransitionEnd event listener should trigger for an animation]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[dispatchEvent of a webkitTransitionEnd event does trigger a prefixed event handler or listener]
|
||||
expected: FAIL
|
||||
|
||||
[onwebkittransitionend event handler should not trigger if an unprefixed event handler also exists]
|
||||
expected: FAIL
|
||||
|
||||
[webkitTransitionEnd event listener should not trigger if an unprefixed listener also exists]
|
||||
expected: NOTRUN
|
||||
|
||||
[webkitTransitionEnd event listener should not trigger if an unprefixed event handler also exists]
|
||||
expected: NOTRUN
|
||||
|
||||
[webkitTransitionEnd event listener is case sensitive]
|
||||
expected: NOTRUN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue