[Webkit-unassigned] [Bug 119711] Make CSS property user-select:none not to affect Document.caretRangeFromPoint()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 21 09:58:48 PDT 2022


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

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

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

--- Comment #3 from Ahmad Saleem <zlip.792 at gmail.com> ---
I changed the test case from patch to JSFiddle:

Link - https://jsfiddle.net/4p7rexLf/

*** Safari 15.6.1 on macOS 12.5.1 / STP 151 ***

FAIL range.startContainer should be [object Text]. Was [object Text].
FAIL range.startOffset should be 2. Was 0.
PASS range.collapsed is true
PASS successfullyParsed is true

*** Firefox Nightly 105 ***

FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined).

*** Chrome Canary 106 ***

PASS range.startContainer is $("sample").firstChild
PASS range.startOffset is 2
PASS range.collapsed is true
PASS successfullyParsed is true

______________

Just wanted to share updated test results. 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/20220821/78e74be8/attachment-0001.htm>


More information about the webkit-unassigned mailing list