haikuwebkit/LayoutTests/js/promises-tests/promises-tests-2-2-5-expect...

13 lines
657 B
Plaintext

Test Promise with Promise A+ tests 2.2.5.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS 2.2.5 `onFulfilled` and `onRejected` must be called as functions (i.e. with no `this` value). strict mode fulfilled
PASS 2.2.5 `onFulfilled` and `onRejected` must be called as functions (i.e. with no `this` value). strict mode rejected
PASS 2.2.5 `onFulfilled` and `onRejected` must be called as functions (i.e. with no `this` value). sloppy mode fulfilled
PASS 2.2.5 `onFulfilled` and `onRejected` must be called as functions (i.e. with no `this` value). sloppy mode rejected
PASS successfullyParsed is true
TEST COMPLETE