Re: [web-animations-tests] Upstream animation-ready-promise.html from Blink (#3330)

 [View the complete job log.](https://travis-ci.org/w3c/web-platform-tests/jobs/218771945)

# Firefox (nightly channel) #
Testing web-platform-tests at revision fc6af47715796891529597ae68d728d616389cba
Using browser at version BuildID 20170404100210; SourceStamp b5d8b27a753725c1de41ffae2e338798f3b5cacd
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>1 test ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/3330/web-animations/interfaces/Animation/ready.html">/web-animations/interfaces/Animation/ready.html</a></summary>


|                                                  Subtest                                                   | Results |                               Messages                              |
|------------------------------------------------------------------------------------------------------------|---------|---------------------------------------------------------------------|
|                                                                                                            | OK      |                                                                     |
| `A new ready promise is created when play()/pause() is called`                                             | PASS    |                                                                     |
| `Redundant calls to play() do not generate new ready promise objects`                                      | PASS    |                                                                     |
| `The ready promise is fulfilled with its Animation`                                                        | PASS    |                                                                     |
| `ready promise is rejected when a play-pending animation is canceled by calling cancel()`                  | PASS    |                                                                     |
| `ready promise is rejected when a pause-pending animation is canceled by calling cancel()`                 | PASS    |                                                                     |
| `The ready attribute should be a Promise`                                                                  | PASS    |                                                                     |
| `The ready promise should be resolved when an animation is in the idle play state`                         | PASS    |                                                                     |
| `The ready promise should be replaced when the animation is canceled`                                      | FAIL    | `assert_not_equals: got disallowed value object "[object Promise]"` |
| `The ready promise should be replaced when the animation enters the pending state`                         | PASS    |                                                                     |
| `A pending ready promise should be rejected when the animation is canceled`                                | PASS    |                                                                     |
| `A pending ready promise should be resolved and not replaced when the animation enters the running state`  | PASS    |                                                                     |
| `A pending ready promise should be resolved and not replaced when the animation enters the finished state` | PASS    |                                                                     |
| `A pending ready promise should be resolved and not replaced when the animation enters the paused state`   | PASS    |                                                                     |

</details>
</details>

View on GitHub: https://github.com/w3c/web-platform-tests/pull/3330#issuecomment-291778355

Received on Wednesday, 5 April 2017 07:32:06 UTC