Created attachment 138732 [details] Marker with inline style Inline style should override all other styles. This is not the case for all 'marker' properties. You shouldn't see any red on the attached file.
Created attachment 139089 [details] Patch
Created attachment 139092 [details] Patch
Comment on attachment 139092 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=139092&action=review Looks great, r=me. Please fix following before landing: > LayoutTests/svg/custom/inline-style-overrides-markers.svg:20 > + <line x1="100" y1="100" x2="100" y2="100" style="marker-start: none;marker-mid: none;marker-end: none;" /> I'd propose to draw the (stroked) line, even though no markers are visible. And empty expected.svg looks weird :-)
Landed in r115432.