1 SVG 1.1 dynamic update tests
3 Tests dynamic updates of the 'offset' attribute of the SVGFEComponentTransferElement object
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
8 PASS feRFunc.getAttribute('offset') is "0.5"
9 PASS feGFunc.getAttribute('offset') is "0.5"
10 PASS feBFunc.getAttribute('offset') is "0.5"
11 PASS feAFunc.getAttribute('offset') is "0.5"
12 PASS feRFunc.getAttribute('offset') is "0.1"
13 PASS feGFunc.getAttribute('offset') is "0.1"
14 PASS feBFunc.getAttribute('offset') is "0.1"
15 PASS feAFunc.getAttribute('offset') is "0.1"
16 PASS successfullyParsed is true