1 SVG 1.1 dynamic update tests
3 Tests dynamic updates of the 'in' property of the SVGFEBlendElement object
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
8 PASS normalBlend.in1.baseVal is "SourceAlpha"
9 PASS multiplyBlend.in1.baseVal is "SourceAlpha"
10 PASS screenBlend.in1.baseVal is "SourceAlpha"
11 PASS darkenBlend.in1.baseVal is "SourceAlpha"
12 PASS lightenBlend.in1.baseVal is "SourceAlpha"
13 PASS normalBlend.in1.baseVal is "SourceGraphic"
14 PASS multiplyBlend.in1.baseVal is "SourceGraphic"
15 PASS screenBlend.in1.baseVal is "SourceGraphic"
16 PASS darkenBlend.in1.baseVal is "SourceGraphic"
17 PASS lightenBlend.in1.baseVal is "SourceGraphic"
18 PASS successfullyParsed is true