Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / dynamic-updates / SVGFEMorphologyElement-dom-radius-attr-expected.txt
blob8b9716e5864c946ab76ecaf38ec942ac5918cafe
1 SVG 1.1 dynamic update tests
3 Erode radius = 4
4 Tests dynamic updates of the 'radius' attribute of the SVGFEMorphologyElement object
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
9 PASS morphologyElement.getAttribute('radius') is "6"
10 PASS morphologyElement.getAttribute('radius') is "4"
11 PASS successfullyParsed is true
13 TEST COMPLETE