node/deps/v8/test/webkit/fast/js/Promise-exception-expected.txt
2014-04-02 00:05:24 +04:00

11 lines
270 B
Plaintext

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