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