Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / dynamic-updates / SVGFEComponentTransferElement-svgdom-slope-prop-expected.txt
blob3dbba130b40c06f7e4486c695e90ef57418c175b
1 SVG 1.1 dynamic update tests
3 Tests dynamic updates of the 'slope' property of the SVGFEComponentTransferElement object
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
8 PASS feRFunc.slope.baseVal is 1
9 PASS feGFunc.slope.baseVal is 1
10 PASS feBFunc.slope.baseVal is 1
11 PASS feAFunc.slope.baseVal is 1
12 PASS feRFunc.slope.baseVal is 2
13 PASS feGFunc.slope.baseVal is 2
14 PASS feBFunc.slope.baseVal is 2
15 PASS feAFunc.slope.baseVal is 2
16 PASS successfullyParsed is true
18 TEST COMPLETE