mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update web-platform-tests to revision a3dd2ad02c65588ad280ceac378d82e9250d1045
This commit is contained in:
parent
e26530341b
commit
15e68ad3d3
171 changed files with 2819 additions and 1841 deletions
|
@ -21,7 +21,7 @@ async_test(t => {
|
|||
animation.oncancel = t.step_func_done(event => {
|
||||
assert_equals(event.currentTime, null,
|
||||
'event.currentTime should be null');
|
||||
assert_equals(event.timelineTime, finishedTimelineTime,
|
||||
assert_times_equal(event.timelineTime, finishedTimelineTime,
|
||||
'event.timelineTime should equal to the animation timeline ' +
|
||||
'when finished promise is rejected');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue