[Webkit-unassigned] [Bug 122853] Drop CSS cursor quirk for missing fallback cursor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 6 19:42:07 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=122853

Ahmad Saleem <zlip.792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zlip.792 at gmail.com

--- Comment #1 from Ahmad Saleem <zlip.792 at gmail.com> ---
I changed the test case of quirk added in the patch to following JSFiddle:

Link - https://jsfiddle.net/npusjzhm/1/show

It showed following across all browsers:

Test cursor rules which should accept 'hand' as an alias of 'pointer'.
FAIL roundtripCssRule("cursor: hand;") should be cursor: pointer;. Was .
FAIL roundtripCssRule("cursor: url(file:///foo.png), hand;") should be cursor: url(file:///foo.png), pointer;. Was .

Test invalid cursor rules which shouldn't parse at all.
PASS roundtripCssRule("cursor: url(file:///foo.png), url(file:///foo2.png);") is ""
PASS successfullyParsed is true

___

rniwa at webkit.org - is it needed now? or this is resolved? Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220807/467fbbcf/attachment.htm>


More information about the webkit-unassigned mailing list