mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Update web-platform-tests to revision 33c263fb308d1c3f6ac6d2590d7292317262819d
This commit is contained in:
parent
5bf00c07c2
commit
482fda3a78
524 changed files with 14686 additions and 3270 deletions
|
@ -66,7 +66,7 @@ promise_test(async t => {
|
|||
await animation.ready;
|
||||
// If the current time was updated using the new playback rate it will jump
|
||||
// back to 25s but if we correctly used the old playback rate the current time
|
||||
// will be >50s.
|
||||
// will be > 50s.
|
||||
assert_greater_than(animation.currentTime, 50 * MS_PER_SEC);
|
||||
}, 'A pause-pending animation maintains the current time when applying a'
|
||||
+ ' pending playback rate');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue