blob: 1368c44cffc8403aadeb42669e0945bb97041857 [file] [log] [blame]
SVG 1.1 dynamic update tests
Tests dynamic updates of the 'baseFrequency' property of the SVGFETurbulenceElment object
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS Math.round(turbulence.baseFrequencyX.baseVal * 1000) is 70
PASS Math.round(turbulence.baseFrequencyY.baseVal * 1000) is 70
PASS Math.round(turbulence.baseFrequencyX.baseVal * 1000) is 50
PASS Math.round(turbulence.baseFrequencyY.baseVal * 1000) is 50
PASS successfullyParsed is true
TEST COMPLETE