Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / dynamic-updates / SVGFEComponentTransferElement-dom-offset-attr-expected.txt
blob8d2f40ad626dc114dc69e23acc72614467c4fe6f
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
18 TEST COMPLETE