Sync WPT with upstream (17-03-2024) (#31715)

* Update raw lags path for WPT import

I forgot to do this in #31616

* Update web-platform-tests to revision b'298d1599dbf6255aea63506daaa1702ff0c4fdc5'

---------

Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Servo WPT Sync 2024-03-17 06:51:07 -04:00 committed by GitHub
parent d2dcb20bea
commit 52c2b1e3a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
490 changed files with 11141 additions and 3259 deletions

View file

@ -0,0 +1,80 @@
[observable-from.any.worker.html]
[from(): Observable.from() is a function]
expected: FAIL
[from(): Failed conversions]
expected: FAIL
[from(): Given an observable, it returns that exact observable]
expected: FAIL
[from(): Given an array]
expected: FAIL
[from(): Iterable converts to Observable]
expected: FAIL
[from(): [Symbol.iterator\] side-effects (one observable)]
expected: FAIL
[from(): [Symbol.iterator\] side-effects (many observables)]
expected: FAIL
[from(): [Symbol.iterator\] next() throws error]
expected: FAIL
[from(): Converts Promise to Observable]
expected: FAIL
[from(): Converts rejected Promise to Observable. No `unhandledrejection` event when error is handled by subscription]
expected: FAIL
[from(): Rejections not handled by subscription are reported to the global, and still not sent as an unhandledrejection event]
expected: FAIL
[from(): Observable that implements @@iterator protocol gets converted as an Observable, not iterator]
expected: FAIL
[from(): Promise that implements @@iterator protocol gets converted as an iterable, not Promise]
expected: FAIL
[observable-from.any.html]
[from(): Observable.from() is a function]
expected: FAIL
[from(): Failed conversions]
expected: FAIL
[from(): Given an observable, it returns that exact observable]
expected: FAIL
[from(): Given an array]
expected: FAIL
[from(): Iterable converts to Observable]
expected: FAIL
[from(): [Symbol.iterator\] side-effects (one observable)]
expected: FAIL
[from(): [Symbol.iterator\] side-effects (many observables)]
expected: FAIL
[from(): [Symbol.iterator\] next() throws error]
expected: FAIL
[from(): Converts Promise to Observable]
expected: FAIL
[from(): Converts rejected Promise to Observable. No `unhandledrejection` event when error is handled by subscription]
expected: FAIL
[from(): Rejections not handled by subscription are reported to the global, and still not sent as an unhandledrejection event]
expected: FAIL
[from(): Observable that implements @@iterator protocol gets converted as an Observable, not iterator]
expected: FAIL
[from(): Promise that implements @@iterator protocol gets converted as an iterable, not Promise]
expected: FAIL