| OLD | NEW |
| 1 setting src attribute on non-autoplay video should trigger canplay event | 1 Test Promise constructor inside Blink. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 constructor = function Promise() { [native code] } |
| 6 PASS true is true | 6 then = function then() { [native code] } |
| 7 catch = function catch() { [native code] } |
| 7 PASS successfullyParsed is true | 8 PASS successfullyParsed is true |
| 8 | 9 |
| 9 TEST COMPLETE | 10 TEST COMPLETE |
| 10 spec reference | |
| 11 | 11 |
| 12 | |
| OLD | NEW |