Sync WPT with upstream (08-10-2023) (#30516)

* Update web-platform-tests to revision b'3d46548c5fbeb3c1b5f6bc5ae0854e0a1a0462ff'

* Revert expectation for column-count-crash.https.html

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-10-08 12:57:16 -04:00 committed by GitHub
parent 5c9258895e
commit 5eed4e978c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
466 changed files with 8188 additions and 3116 deletions

View file

@ -0,0 +1,80 @@
[observable-constructor.any.worker.html]
[Observable constructor]
expected: FAIL
[Subscriber interface is not constructible]
expected: FAIL
[subscribe() can be called with no arguments]
expected: FAIL
[Observable constructor calls initializer on subscribe]
expected: FAIL
[Observable error path called synchronously]
expected: FAIL
[Observable should error if initializer throws]
expected: FAIL
[Subscription does not emit values after completion]
expected: FAIL
[Subscription does not emit values after error]
expected: FAIL
[Completing or nexting a subscriber after an error does nothing]
expected: FAIL
[Errors pushed to the subscriber that are not handled by the subscription are reported to the global]
expected: FAIL
[Errors thrown in the initializer that are not handled by the subscription are reported to the global]
expected: FAIL
[Subscription reports errors that are pushed after subscriber is closed by completion]
expected: FAIL
[Errors thrown by initializer function after subscriber is closed by completion are reported]
expected: FAIL
[observable-constructor.any.html]
[Observable constructor]
expected: FAIL
[Subscriber interface is not constructible]
expected: FAIL
[subscribe() can be called with no arguments]
expected: FAIL
[Observable constructor calls initializer on subscribe]
expected: FAIL
[Observable error path called synchronously]
expected: FAIL
[Observable should error if initializer throws]
expected: FAIL
[Subscription does not emit values after completion]
expected: FAIL
[Subscription does not emit values after error]
expected: FAIL
[Completing or nexting a subscriber after an error does nothing]
expected: FAIL
[Errors pushed to the subscriber that are not handled by the subscription are reported to the global]
expected: FAIL
[Errors thrown in the initializer that are not handled by the subscription are reported to the global]
expected: FAIL
[Subscription reports errors that are pushed after subscriber is closed by completion]
expected: FAIL
[Errors thrown by initializer function after subscriber is closed by completion are reported]
expected: FAIL