blob: 03447532a98e11e60ca19a68ae252d1b422d101e [file] [log] [blame]
Test whether Promise treats thenable correctly.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
The promise is not fulfilled now.
PASS value.then is called.
PASS thisValue is value
PASS fulfilled
PASS result is "hello"
PASS successfullyParsed is true
TEST COMPLETE