Sync WPT with upstream (12-11-2023) (#30724)

* Update web-platform-tests to revision b'46476776fdbf0a62522621002ba8af68e4d478b6'

* wpt import: update expectation

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>

---------

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
Servo WPT Sync 2023-11-15 00:55:31 -05:00 committed by GitHub
parent 354d1d8d11
commit 3fc584d1a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1389 changed files with 1688178 additions and 8868 deletions

View file

@ -38,6 +38,21 @@
[Errors thrown by initializer function after subscriber is closed by completion are reported]
expected: FAIL
[Errors thrown by initializer function after subscriber is closed by error are reported]
expected: FAIL
[Errors pushed by initializer function after subscriber is closed by error are reported]
expected: FAIL
[Aborting a subscription should stop emitting values]
expected: FAIL
[Calling subscribe should never throw an error synchronously, initializer throws error]
expected: FAIL
[Calling subscribe should never throw an error synchronously, subscriber pushes error]
expected: FAIL
[observable-constructor.any.html]
[Observable constructor]
@ -78,3 +93,18 @@
[Errors thrown by initializer function after subscriber is closed by completion are reported]
expected: FAIL
[Errors thrown by initializer function after subscriber is closed by error are reported]
expected: FAIL
[Errors pushed by initializer function after subscriber is closed by error are reported]
expected: FAIL
[Aborting a subscription should stop emitting values]
expected: FAIL
[Calling subscribe should never throw an error synchronously, initializer throws error]
expected: FAIL
[Calling subscribe should never throw an error synchronously, subscriber pushes error]
expected: FAIL