android_mt6572_jiabo/external/v8/test/webkit/fast/js/Promise-resolve-state-expected.txt
2025-09-05 16:56:03 +08:00

12 lines
322 B
Text

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