blob: 58d20c249d3d9c1b24d240695a91e43c3aeb5ab3 [file] [log] [blame]
Test whether Promise processes microtasks in the correct order.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS promiseState is "pending"
PASS promiseState is "pending"
PASS promiseState is "fulfilled"
PASS promiseResult is "hello"
PASS successfullyParsed is true
TEST COMPLETE