Bug 272940
Summary: | hsl() gamut clipping tests fail now that CSS allows hsl() values outside of the reference range | ||
---|---|---|---|
Product: | WebKit | Reporter: | Sam Weinig <sam> |
Component: | CSS | 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 |
Sam Weinig
The hsl() gamut clipping tests (css/css-color/t424-hsl-clip-outside-gamut-b.xht, and css/css-color/t425-hsla-clip-outside-device-gamut-b.xht) fail now that CSS allows hsl() values outside of the reference range.
This should be raised as a WPT GitHub issue.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Sam Weinig
The following canvas tests have the same problem and fail on systems where gamut mapping differs.
imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-1.html
imported/w3c/web-platform-tests/html/canvas/element/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-1.html
imported/w3c/web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-1.html
imported/w3c/web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-1.worker.html
imported/w3c/web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-1.html
imported/w3c/web-platform-tests/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-1.worker.html
I am going to temporarily add back clamping for canvas while these test fail.
Sam Weinig
Filed https://github.com/web-platform-tests/wpt/issues/45814.
Radar WebKit Bug Importer
<rdar://problem/127083771>
Sam Weinig
Resolved in the wpt to remove the tests.