Test name:painting-marker-04-f
raster of painting-marker-04-f

The SVG specification defines three properties to reference markers: marker-start, marker-mid, marker-end. It also provides a shorthand property,marker. Using the marker property from a style sheet is equivalent to using all three (start, mid, end). However, shorthand properties cannot be used as presentation attributes.

The rendered result should not have red markers in the top case, which uses spurious marker attribute. the second uses the marker-start, marker-mid, marker-end properties.