Update web-platform-tests to revision d7faaa65a15ef351c882e1b457ecee7070ea24c6

This commit is contained in:
WPT Sync Bot 2020-01-20 08:23:08 +00:00
parent 544c41b51f
commit 14767cc1ad
40 changed files with 158 additions and 170 deletions

View file

@ -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;
},