blob: 58d20c249d3d9c1b24d240695a91e43c3aeb5ab3 [file] [log] [blame]
Ben Murdochb8a8cc12014-11-26 15:28:44 +00001Test whether Promise processes microtasks in the correct order.
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5PASS promiseState is "pending"
6PASS promiseState is "pending"
7PASS promiseState is "fulfilled"
8PASS promiseResult is "hello"
9PASS successfullyParsed is true
10
11TEST COMPLETE
12