Files
Kmake/deps/v8/test/webkit/fast/js/Promise-reject-expected.txt

13 lines
281 B
Plaintext
Raw Normal View History

2026-05-26 23:36:42 -07:00
Test Promise rejection.
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 "rejected"
PASS promiseResult is "hello"
PASS successfullyParsed is true
TEST COMPLETE