blob: 3110d3eb3bb4b97c3b683b4ad2e0b714681a7e3b [file] [log] [blame]
PASS Test calling waitUntil in a different task without an existing extension throws
FAIL Test calling waitUntil in a different microtask without an existing extension throws assert_equals: expected "InvalidStateError" but got "OK"
PASS Test calling waitUntil in a different task with an existing extension succeeds
PASS Test calling waitUntil with an existing extension promise handler succeeds
FAIL Test calling waitUntil at the end of the microtask turn throws assert_equals: expected "InvalidStateError" but got "OK"
PASS Test calling waitUntil after the current extension expired in a different task fails
PASS Test calling waitUntil on a script constructed ExtendableEvent throws exception
PASS Test calling waitUntil asynchronously with pending respondWith promise.
PASS Test calling waitUntil synchronously inside microtask of respondWith promise.
FAIL Test calling waitUntil asynchronously inside microtask of respondWith promise. assert_equals: expected "InvalidStateError" but got "OK"