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

11 lines
270 B
Plaintext
Raw Normal View History

2026-05-26 23:36:42 -07:00
An exception thrown from an onFulfilled callback should reject the Promise.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS thisInThenCallback is undefined
PASS result is "foobar"
PASS successfullyParsed is true
TEST COMPLETE