mirror of
https://github.com/servo/servo.git
synced 2025-08-13 09:25:32 +01:00
Update web-platform-tests to revision 74e1fe40eb227423537d6eafa99244ece1a8f8fd
This commit is contained in:
parent
e1103176e3
commit
fa876fc660
145 changed files with 2974 additions and 433 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue