4 <script src=
"../interpolation/resources/interpolation-test.js"></script>
7 property
: 'margin-top',
12 {at
: -0.3, is
: '120px'},
14 {at
: 0.5, is
: '200px'},
16 {at
: 1.5, is
: '300px'},
20 property
: 'margin-top',
25 {at
: -0.5, is
: '114px'},
27 {at
: 0.5, is
: '106px'},
29 {at
: 1.5, is
: '98px'},
33 property
: 'margin-top',
38 {at
: -0.3, is
: 'calc(130px + 4%)'},
39 {at
: 0, is
: 'calc(100px + 10%)'},
40 {at
: 0.5, is
: 'calc(50px + 20%)'},
42 {at
: 1.5, is
: 'calc(-50px + 40%)'},
46 property
: 'margin-top',
51 {at
: -0.3, is
: '135px'},
53 {at
: 0.5, is
: '175px'},
55 {at
: 1.5, is
: '225px'},
59 property
: 'margin-top',
64 {at
: -0.3, is
: '200px'},
66 {at
: 0.5, is
: 'auto'},
68 {at
: 1.5, is
: 'auto'},