12 background-color: black;
13 display: inline-block;
17 background-color: green;
22 <script src=
"resources/interpolation-test.js"></script>
29 {at
: -0.3, is
: '7px'},
31 {at
: 0.5, is
: '15px'},
33 {at
: 1.5, is
: '25px'},
36 assertNoInterpolation({
47 {at
: -0.3, is
: '33px'},
49 {at
: 0.5, is
: '25px'},
51 {at
: 1.5, is
: '15px'},
54 assertNoInterpolation({
65 {at
: -0.3, is
: '-16px'},