Enable service worker WPT tests. (#36221)

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
Josh Matthews 2025-03-31 04:31:24 -04:00 committed by GitHub
parent 5f4624d8d5
commit ee95ef53fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
314 changed files with 5348 additions and 35 deletions

View file

@ -0,0 +1,42 @@
[extendable-event-async-waituntil.https.html]
[Test calling waitUntil in a task at the end of the event handler without an existing extension throws]
expected: FAIL
[Test calling waitUntil in a microtask at the end of the event handler without an existing extension suceeds]
expected: FAIL
[Test calling waitUntil in a different task an existing extension succeeds]
expected: FAIL
[Test calling waitUntil at the end of an existing extension promise handler succeeds (event is still being dispatched)]
expected: FAIL
[Test calling waitUntil in a microtask at the end of an existing extension promise handler succeeds (event is still being dispatched)]
expected: FAIL
[Test calling waitUntil in an existing extension promise handler succeeds (event is not being dispatched)]
expected: FAIL
[Test calling waitUntil in a microtask at the end of an existing extension promise handler throws (event is not being dispatched)]
expected: FAIL
[Test calling waitUntil after the current extension expired in a different task fails]
expected: FAIL
[Test calling waitUntil on a script constructed ExtendableEvent throws exception]
expected: FAIL
[Test calling waitUntil asynchronously with pending respondWith promise.]
expected: FAIL
[Test calling waitUntil synchronously inside microtask of respondWith promise (event is being dispatched).]
expected: FAIL
[Test calling waitUntil asynchronously inside microtask of respondWith promise (event is being dispatched).]
expected: FAIL
[Test calling waitUntil synchronously inside microtask of respondWith promise (event is not being dispatched).]
expected: FAIL
[Test calling waitUntil asynchronously inside microtask of respondWith promise (event is not being dispatched).]
expected: FAIL