Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(337)

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/service-workers/service-worker/extendable-event-async-waituntil.https-expected.txt

Issue 2877543003: [ServiceWorker] Allow waitUntil to be called multiple times asynchronously (Closed)
Patch Set: Address comments from shimazu@ Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS Test calling waitUntil in a different task without an existing extension th rows
3 FAIL Test calling waitUntil in a different microtask without an existing extensi on throws assert_unreached: unexpected rejection: assert_equals: expected "Inval idStateError" but got "OK" Reached unreachable code
4 FAIL Test calling waitUntil in a different task with an existing extension succe eds assert_unreached: unexpected rejection: assert_equals: expected "OK" but got "InvalidStateError" Reached unreachable code
5 PASS Test calling waitUntil with an existing extension promise handler succeeds
6 FAIL Test calling waitUntil at the end of the microtask turn throws assert_unrea ched: unexpected rejection: assert_equals: expected "InvalidStateError" but got "OK" Reached unreachable code
7 PASS Test calling waitUntil after the current extension expired in a different t ask fails
8 FAIL Test calling waitUntil on a script constructed ExtendableEvent throws excep tion assert_unreached: unexpected rejection: assert_equals: expected "InvalidSta teError" but got "OK" Reached unreachable code
9 FAIL Test calling waitUntil asynchronously with pending respondWith promise. ass ert_unreached: unexpected rejection: assert_equals: expected "OK" but got "Inval idStateError" Reached unreachable code
10 Harness: the test ran to completion.
11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698