Sync WPT with upstream (26-11-2023) (#30783)

* Update web-platform-tests to revision b'a59ba94da3f2638beee8950e423c5fedfe02e809'

* Update expectations

* Update expectations again

---------

Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Servo WPT Sync 2023-11-27 10:50:45 -05:00 committed by GitHub
parent 76401823f2
commit 139df1c73b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
412 changed files with 7843 additions and 4775 deletions

View file

@ -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,7 +13,7 @@
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
@ -25,3 +26,9 @@
[onwebkittransitionend event handler should not trigger if an unprefixed event handler also exists]
expected: FAIL
[webkitTransitionEnd event listener should not trigger if an unprefixed event handler also exists]
expected: TIMEOUT
[webkitTransitionEnd event listener is case sensitive]
expected: NOTRUN

View file

@ -74,6 +74,21 @@
[Unsubscription lifecycle]
expected: FAIL
[Teardown should be called when subscription is aborted]
expected: FAIL
[Teardowns should be called when subscription is closed by completion]
expected: FAIL
[Teardowns should be called when subscription is closed by subscriber pushing an error]
expected: FAIL
[Teardowns should be called when subscription is closed by subscriber throwing error]
expected: FAIL
[Teardowns should be called synchronously during addTeardown() if the subscription is inactive]
expected: FAIL
[observable-constructor.any.html]
[Observable constructor]
@ -150,3 +165,18 @@
[Unsubscription lifecycle]
expected: FAIL
[Teardown should be called when subscription is aborted]
expected: FAIL
[Teardowns should be called when subscription is closed by completion]
expected: FAIL
[Teardowns should be called when subscription is closed by subscriber pushing an error]
expected: FAIL
[Teardowns should be called when subscription is closed by subscriber throwing error]
expected: FAIL
[Teardowns should be called synchronously during addTeardown() if the subscription is inactive]
expected: FAIL