blob: ac9724901bdff020425db06205fdd1b49a65e4a8 [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