blob: c4a05b2d69d694c5a0c5d79adac92de20593440b [file] [log] [blame]
Test Promise.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS fulfilled
PASS thisInOnFulfilledSloppy is window
PASS rejected
PASS thisInOnRejectedSloppy is window
PASS fulfilled
PASS thisInOnFulfilledStrict is undefined
PASS rejected
PASS thisInOnRejectedStrict is undefined
PASS successfullyParsed is true
TEST COMPLETE