Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / dynamic-updates / SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.txt
blobc75d89315d01c9d51367f530a1c17d6df7ee6b59
1 SVG 1.1 dynamic update tests
3 Tests dynamic updates of the 'flood-opacity' property of the SVGFEDropShadowElement object
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
8 PASS parseFloat(document.defaultView.getComputedStyle(dropShadowElement).getPropertyValue('flood-opacity')).toFixed(1) is "0.0"
9 PASS parseFloat(document.defaultView.getComputedStyle(dropShadowElement).getPropertyValue('flood-opacity')).toFixed(1) is "0.5"
10 PASS successfullyParsed is true
12 TEST COMPLETE