Bug 245400
| Summary: | LayoutTest color-prop-05 (SVG) has wrong expected file. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Matthieu Dubet <m_dubet> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Matthieu Dubet
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Matthieu Dubet
Pull request: https://github.com/WebKit/WebKit/pull/4508
EWS
Committed 254649@main (54fc90ab2a7b): <https://commits.webkit.org/254649@main>
Reviewed commits have been landed. Closing PR #4508 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/100144382>