mirror of
https://github.com/servo/servo.git
synced 2025-09-03 19:48:21 +01:00
Sync WPT with upstream (11-02-2024) (#31309)
* Update web-platform-tests to revision b'33d11f1db34802fda00e64ddeb0b7ef040cf65be' * Update expectations --------- Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
19667e117a
commit
03ac032798
483 changed files with 11930 additions and 4402 deletions
|
@ -0,0 +1,38 @@
|
|||
[observable-forEach.any.html]
|
||||
[forEach(): Visitor callback called synchronously for each value]
|
||||
expected: FAIL
|
||||
|
||||
[Errors thrown by Observable reject the returned promise]
|
||||
expected: FAIL
|
||||
|
||||
[Errors pushed by Observable reject the returned promise]
|
||||
expected: FAIL
|
||||
|
||||
[Errors thrown in the visitor callback reject the promise and unsubscribe from the source]
|
||||
expected: FAIL
|
||||
|
||||
[forEach visitor callback rejection microtask ordering]
|
||||
expected: FAIL
|
||||
|
||||
[forEach() promise resolves with undefined]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[observable-forEach.any.worker.html]
|
||||
[forEach(): Visitor callback called synchronously for each value]
|
||||
expected: FAIL
|
||||
|
||||
[Errors thrown by Observable reject the returned promise]
|
||||
expected: FAIL
|
||||
|
||||
[Errors pushed by Observable reject the returned promise]
|
||||
expected: FAIL
|
||||
|
||||
[Errors thrown in the visitor callback reject the promise and unsubscribe from the source]
|
||||
expected: FAIL
|
||||
|
||||
[forEach visitor callback rejection microtask ordering]
|
||||
expected: FAIL
|
||||
|
||||
[forEach() promise resolves with undefined]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[observable-forEach.window.html]
|
||||
[forEach()'s internal observer's next steps do not crash in a detached document]
|
||||
expected: FAIL
|
||||
|
||||
[forEach()'s internal observer's next steps do not crash when visitor callback detaches the document]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue