summaryrefslogtreecommitdiff
path: root/deps/v8/test/webkit/fast/js/Promise-resolve-state-expected.txt
blob: 58d20c249d3d9c1b24d240695a91e43c3aeb5ab3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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