mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Update web-platform-tests to revision b'5d8ec746ed021738e7ee0cee92ad1a1814ba00fe' (#33274)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
3acc9edd82
commit
3453d9fdad
584 changed files with 14669 additions and 3037 deletions
|
@ -38,6 +38,21 @@
|
|||
[from(): Promise that implements @@iterator protocol gets converted as an iterable, not Promise]
|
||||
expected: FAIL
|
||||
|
||||
[from(): [Symbol.iterator\] not callable]
|
||||
expected: FAIL
|
||||
|
||||
[from(): [Symbol.iterator\] is not cached]
|
||||
expected: FAIL
|
||||
|
||||
[from(): Promise whose [Symbol.iterator\] returns null converts as Promise]
|
||||
expected: FAIL
|
||||
|
||||
[from(): Rethrows the error when Converting an object whose @@iterator method *getter* throws an error]
|
||||
expected: FAIL
|
||||
|
||||
[from(): Throws 'callable' error when @@iterator property is a non-callable primitive]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[observable-from.any.html]
|
||||
[from(): Observable.from() is a function]
|
||||
|
@ -78,3 +93,18 @@
|
|||
|
||||
[from(): Promise that implements @@iterator protocol gets converted as an iterable, not Promise]
|
||||
expected: FAIL
|
||||
|
||||
[from(): [Symbol.iterator\] not callable]
|
||||
expected: FAIL
|
||||
|
||||
[from(): [Symbol.iterator\] is not cached]
|
||||
expected: FAIL
|
||||
|
||||
[from(): Promise whose [Symbol.iterator\] returns null converts as Promise]
|
||||
expected: FAIL
|
||||
|
||||
[from(): Rethrows the error when Converting an object whose @@iterator method *getter* throws an error]
|
||||
expected: FAIL
|
||||
|
||||
[from(): Throws 'callable' error when @@iterator property is a non-callable primitive]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue