Update web-platform-tests to revision b'5656a2f4653b5894c500b724778009ca9a26e48c'

This commit is contained in:
WPT Sync Bot 2022-12-23 01:32:03 +00:00
parent cc6026d81e
commit 41d386c907
861 changed files with 3963 additions and 1531 deletions

View file

@ -352,7 +352,7 @@ test(t => {
assert_equals(animations.length, 1,
'Should find only the element even if it has a child');
assert_equals(animations[0].effect.target, parent,
'Effect target shuld be the element');
'Effect target should be the element');
}, '{ subtree: false } on an element with a child returns only the element\'s'
+ ' animations');