mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Update web-platform-tests to revision d7faaa65a15ef351c882e1b457ecee7070ea24c6
This commit is contained in:
parent
544c41b51f
commit
14767cc1ad
40 changed files with 158 additions and 170 deletions
|
@ -56,8 +56,8 @@ promise_test(async t => {
|
|||
const animation = div.getAnimations()[0];
|
||||
await animation.ready;
|
||||
|
||||
assert_throws(
|
||||
new TypeError(),
|
||||
assert_throws_js(
|
||||
TypeError,
|
||||
() => {
|
||||
animation.currentTime = null;
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue