mirror of
https://github.com/servo/servo.git
synced 2025-09-05 20:48:22 +01:00
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:
parent
d2dcb20bea
commit
52c2b1e3a8
490 changed files with 11141 additions and 3259 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue