Bug 173911
| Summary: | SVG with no fixed size cannot be used as the css cursor | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Florian Rivoal <florian> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ahmad.saleem792, bfulgham, sabouhallawa, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | FromImplementor, InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | https://w3c-test.org/submissions/27129/css/css-ui/cursor-image-005-nfs.html | ||
Florian Rivoal
Webkit correctly supports using an SVG file as the mouse cursor using the css "cursor" property[1], but it fails to load/show the image for SVG files with no fixed size. This cause the following test in the CSSWG's test suite to fail:
http://test.csswg.org/suites/css-ui-3_dev/nightly-unstable/html/cursor-image-005-nfs.htm
[1] https://drafts.csswg.org/css-ui-3/#cursor
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/33054535>
Ahmad Saleem
All three browsers (Safari 16, Chrome Canary 109 and Firefox Nightly 107) show "?" icon rather than "sheep" icon, is this valid test or all browsers are failing it?
Or the test is broken on the URL attached due to lack of HTTPS? Thanks!