1 Test whether Promise processes microtasks in the correct order. 2 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 4 5 PASS promiseState is "pending" 6 PASS promiseState is "pending" 7 PASS promiseState is "fulfilled" 8 PASS promiseResult is "hello" 9 PASS successfullyParsed is true 10 11 TEST COMPLETE 12 13