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