PASS synchronously after abort() is called | |
PASS in a promise microtask after abort() is called, before the transaction abort event is fired | |
PASS in the abort event handler for a transaction aborted due to an abort() call | |
PASS in a setTimeout(0) callback after the abort event is fired for a transaction aborted due to an abort() call | |