blob: ad7e2fa1ea900f239d046aa2e4dfea8df3752ccc [file] [log] [blame]
Test Promise with Promise A+ tests 2.1.3.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS 2.1.3.1: When rejected, a promise: must not transition to any other state. already-rejected
PASS 2.1.3.1: When rejected, a promise: must not transition to any other state. immediately-rejected
PASS 2.1.3.1: When rejected, a promise: must not transition to any other state. eventually-rejected
PASS 2.1.3.1: When rejected, a promise: must not transition to any other state. trying to reject then immediately fulfill
PASS 2.1.3.1: When rejected, a promise: must not transition to any other state. trying to reject then fulfill, delayed
PASS 2.1.3.1: When rejected, a promise: must not transition to any other state. trying to reject immediately then fulfill delayed
PASS successfullyParsed is true
TEST COMPLETE