mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision a49081e46a18e439defbd77d18cc5e261d68b215
This commit is contained in:
parent
aa9f16ce45
commit
fb0507d174
69 changed files with 1412 additions and 698 deletions
|
@ -55,14 +55,14 @@ test_interpolation({
|
|||
test_interpolation({
|
||||
property: 'outline-width',
|
||||
from: 'initial',
|
||||
to: '20px',
|
||||
to: '23px',
|
||||
}, [
|
||||
{at: -0.3, expect: '0px'},
|
||||
{at: 0, expect: '3px'},
|
||||
{at: 0.3, expect: '8px'},
|
||||
{at: 0.6, expect: '13px'},
|
||||
{at: 1, expect: '20px'},
|
||||
{at: 1.5, expect: '28px'},
|
||||
{at: 0.3, expect: '9px'},
|
||||
{at: 0.6, expect: '15px'},
|
||||
{at: 1, expect: '23px'},
|
||||
{at: 1.5, expect: '33px'},
|
||||
]);
|
||||
|
||||
test_interpolation({
|
||||
|
@ -81,14 +81,14 @@ test_interpolation({
|
|||
test_interpolation({
|
||||
property: 'outline-width',
|
||||
from: 'unset',
|
||||
to: '20px',
|
||||
to: '23px',
|
||||
}, [
|
||||
{at: -0.3, expect: '0px'},
|
||||
{at: 0, expect: '3px'},
|
||||
{at: 0.3, expect: '8px'},
|
||||
{at: 0.6, expect: '13px'},
|
||||
{at: 1, expect: '20px'},
|
||||
{at: 1.5, expect: '28px'},
|
||||
{at: 0.3, expect: '9px'},
|
||||
{at: 0.6, expect: '15px'},
|
||||
{at: 1, expect: '23px'},
|
||||
{at: 1.5, expect: '33px'},
|
||||
]);
|
||||
|
||||
test_interpolation({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue