Home | History | Annotate | Download | only in js
      1 Test whether Promise treats thenable correctly.
      2 
      3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
      4 
      5 The promise is not fulfilled now.
      6 PASS value.then is called.
      7 PASS thisValue is value
      8 PASS fulfilled
      9 PASS result is "hello"
     10 PASS successfullyParsed is true
     11 
     12 TEST COMPLETE
     13 
     14