Update web-platform-tests to revision a49081e46a18e439defbd77d18cc5e261d68b215

This commit is contained in:
WPT Sync Bot 2020-05-12 08:18:49 +00:00
parent aa9f16ce45
commit fb0507d174
69 changed files with 1412 additions and 698 deletions

View file

@ -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({