7f8e83b56d
Bug: chromium:830565 Change-Id: I1adab76e790a81f51f7b03165962992f5afecc99 Reviewed-on: https://chromium-review.googlesource.com/1023400 Commit-Queue: Benedikt Meurer <bmeurer@chromium.org> Reviewed-by: Sigurd Schneider <sigurds@chromium.org> Cr-Commit-Position: refs/heads/master@{#52748}
12 lines
255 B
Plaintext
12 lines
255 B
Plaintext
Test whether Promise treats thenable correctly.
|
|
|
|
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
The promise is already rejected now.
|
|
PASS rejected
|
|
PASS result is "hello"
|
|
PASS successfullyParsed is true
|
|
|
|
TEST COMPLETE
|
|
|