mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +01:00
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:
parent
76401823f2
commit
139df1c73b
412 changed files with 7843 additions and 4775 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,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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue