mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
Update web-platform-tests to revision 2660fc486f7027c913863d48a8843942f0c0365e
This commit is contained in:
parent
96de31b463
commit
c413a1139e
455 changed files with 8535 additions and 2067 deletions
|
@ -66,6 +66,7 @@ test(t => {
|
|||
const promise = animation.ready;
|
||||
animation.cancel();
|
||||
assert_not_equals(animation.ready, promise);
|
||||
promise_rejects(t, 'AbortError', promise, 'Cancel should abort ready promise');
|
||||
}, 'The ready promise should be replaced when the animation is canceled');
|
||||
|
||||
promise_test(t => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue