blob: ebe4af81f3e6e591edf1fdbd22707bc3e3fb81f1 [file] [log] [blame]
SVG 1.1 dynamic update tests
Tests dynamic updates of the 'gradientTransform' attribute of the SVGRadialGradientElement object
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS radialGradientElement.getAttribute('gradientTransform') is "matrix(1,0,0,1,0,0)"
PASS radialGradientElement.getAttribute('gradientTransform') is "matrix(1,0,0,1,50,0)"
PASS successfullyParsed is true
TEST COMPLETE