4 <template id=
"target-template">
5 <svg width=
"90" height=
"90">
6 <linearGradient class=
"target" />
9 <script src=
"resources/interpolation-test.js"></script>
12 assertAttributeInterpolation({
13 property
: 'spreadMethod',
17 {at
: -0.4, is
: 'pad'},
20 {at
: 0.6, is
: 'repeat'},
21 {at
: 1, is
: 'repeat'},
22 {at
: 1.4, is
: 'repeat'}