blob: d0fd234e48bfe9c87857f8ef5de69af305aa9aaf [file] [log] [blame]
Ben Murdochb8a8cc12014-11-26 15:28:44 +00001Test whether Promise treats thenable correctly.
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5The promise is not rejected now.
6PASS value.then is called.
7PASS thisValue is value
8PASS rejected
9PASS result is "hello"
10PASS successfullyParsed is true
11
12TEST COMPLETE
13