12012-04-26 Rob Buis <rbuis@rim.com>
2
3 SVG inline style of 'marker-*' does not override
4 https://bugs.webkit.org/show_bug.cgi?id=84824
5
6 Reviewed by NOBODY (OOPS!).
7
8 Properly handle CSSValueNone for clip-path, filter, mask and marker-* properties. Instead
9 of bailing out, set the none value explicitly, since an earlier match may have set it to
10 something other than none.
11
12 Tests: svg/custom/inline-style-overrides-clipPath-expected.svg
13 svg/custom/inline-style-overrides-clipPath.svg
14 svg/custom/inline-style-overrides-filter-expected.svg
15 svg/custom/inline-style-overrides-filter.svg
16 svg/custom/inline-style-overrides-markers-expected.svg
17 svg/custom/inline-style-overrides-markers.svg
18 svg/custom/inline-style-overrides-mask-expected.svg
19 svg/custom/inline-style-overrides-mask.svg
20
21 * css/SVGCSSStyleSelector.cpp:
22 (WebCore::StyleResolver::applySVGProperty):
23