Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / dynamic-updates / SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.txt
blob7b12291f0ffdc7d386123b8044efc9a05a3cb69d
1 SVG 1.1 dynamic update tests
3 Tests dynamic updates of the 'stdDeviation' property of the SVGFEDropShadowElement object
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
8 PASS dropShadowElement.stdDeviationX.baseVal is 0
9 PASS dropShadowElement.stdDeviationY.baseVal is 0
10 PASS dropShadowElement.stdDeviationX.baseVal is 10
11 PASS dropShadowElement.stdDeviationY.baseVal is 10
12 PASS successfullyParsed is true
14 TEST COMPLETE