| OLD | NEW |
| (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 | |
| OLD | NEW |