mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Update web-platform-tests to revision 332b7c4e711d75ead4c0dfbf7f6f0b683206756d
This commit is contained in:
parent
46611b012e
commit
b60afa18f5
389 changed files with 7767 additions and 2421 deletions
|
@ -45,7 +45,7 @@ test(t => {
|
|||
const expected = [
|
||||
{ offset: 0,
|
||||
computedOffset: 0,
|
||||
easing: 'ease',
|
||||
easing: 'linear',
|
||||
composite: 'auto',
|
||||
left: '0px',
|
||||
},
|
||||
|
@ -80,7 +80,7 @@ test(t => {
|
|||
{
|
||||
offset: 0,
|
||||
computedOffset: 0,
|
||||
easing: 'steps(2)',
|
||||
easing: 'linear',
|
||||
composite: 'auto',
|
||||
left: '0px',
|
||||
},
|
||||
|
@ -96,8 +96,7 @@ test(t => {
|
|||
for (let i = 0; i < frames.length; i++) {
|
||||
assert_frames_equal(frames[i], expected[i], `ComputedKeyframe #${i}`);
|
||||
}
|
||||
}, 'KeyframeEffect.getKeyframes() returns expected frames for a simple'
|
||||
+ ' transition with a non-default easing function');
|
||||
}, 'KeyframeEffect.getKeyframes() returns frames unaffected by a non-default easing function');
|
||||
|
||||
test(t => {
|
||||
const div = addDiv(t);
|
||||
|
@ -114,7 +113,7 @@ test(t => {
|
|||
{
|
||||
offset: 0,
|
||||
computedOffset: 0,
|
||||
easing: 'ease',
|
||||
easing: 'linear',
|
||||
composite: 'auto',
|
||||
left: '0px',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue