mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 756a676d640e9a772f565964285b2f20f6164fce
This commit is contained in:
parent
a38f28f811
commit
3d5ad91231
3066 changed files with 23973 additions and 26209 deletions
|
@ -85,6 +85,16 @@ const gKeyframesTests = [
|
|||
keyframe(computedOffset(1),
|
||||
{ marginTop: '60px', margin: '10px 20px 30px 40px' })],
|
||||
},
|
||||
{
|
||||
desc: 'a two property (one shorthand and one of its shorthand components)'
|
||||
+ ' two value property-indexed keyframes specification',
|
||||
input: { border: ['pink', '2px'],
|
||||
borderColor: ['green', 'blue'] },
|
||||
output: [keyframe(computedOffset(0),
|
||||
{ border: 'pink', borderColor: 'green' }),
|
||||
keyframe(computedOffset(1),
|
||||
{ border: '2px', borderColor: 'blue' })],
|
||||
},
|
||||
{
|
||||
desc: 'a two property two value property-indexed keyframes specification',
|
||||
input: { left: ['10px', '20px'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue