Home | History | Annotate | Download | only in js
      1 An exception thrown from an onFulfilled callback should reject the Promise.
      2 
      3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
      4 
      5 PASS thisInThenCallback is undefined
      6 PASS result is "foobar"
      7 PASS successfullyParsed is true
      8 
      9 TEST COMPLETE
     10 
     11