4 <template id=
"target-template">
5 <svg width=
"90" height=
"90">
8 <feConvolveMatrix in=
"SourceGraphic" order=
"2 2" kernelMatrix=
"100 200 300 400" preserveAlpha=
"false" class=
"target" />
13 <script src=
"resources/interpolation-test.js"></script>
16 assertAttributeInterpolation({
17 property
: 'preserveAlpha',
21 {at
: -2.4, is
: 'false'},
23 {at
: 0.2, is
: 'false'},
24 {at
: 0.6, is
: 'true'},