SVG Test color-prop-05. <g fill="currentColor" color="lime"> <rect x="120" y="60" width="150" height="150" color="red"/> </g> With SVG 2 and Color level 5, it should defined a rectangle fill in red (and not in lime). This is the behaviour of both Gecko and Blink. We have wrong expectation for this test (which is duplicated): imported/w3c/web-platform-tests/svg/import/color-prop-05-t-manual.svg svg/W3C-SVG-1.1-SE/color-prop-05-t.svg Partial duplicate of https://bugs.webkit.org/show_bug.cgi?id=64976
Pull request: https://github.com/WebKit/WebKit/pull/4508
Committed 254649@main (54fc90ab2a7b): <https://commits.webkit.org/254649@main> Reviewed commits have been landed. Closing PR #4508 and removing active labels.
<rdar://problem/100144382>