1 SVG 1.1 dynamic update tests
3 Tests dynamic updates of the 'kernelUnitLength' property of the SVGFEConvolveMatrixElement object
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
8 PASS convolveMatrixElement.kernelUnitLengthX.baseVal is 1
9 PASS convolveMatrixElement.kernelUnitLengthY.baseVal is 1
10 PASS Math.round(convolveMatrixElement.kernelUnitLengthX.baseVal * 1000) is 50
11 PASS Math.round(convolveMatrixElement.kernelUnitLengthY.baseVal * 1000) is 50
12 PASS successfullyParsed is true