Update web-platform-tests to revision 74e1fe40eb227423537d6eafa99244ece1a8f8fd

This commit is contained in:
WPT Sync Bot 2020-03-17 08:19:58 +00:00
parent e1103176e3
commit fa876fc660
145 changed files with 2974 additions and 433 deletions

View file

@ -302,7 +302,7 @@ promise_test(async t => {
// because mutating CSS transitions is not specced yet.
transition.effect = new KeyframeEffect(
div,
{ marginleft: ['0px', '100px'] },
{ marginLeft: ['0px', '100px'] },
{
duration: 100 * MS_PER_SEC,
endDelay: -50 * MS_PER_SEC,