[Webkit-unassigned] [Bug 113285] document.createTouch crashes when document has no frame.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 21 09:48:39 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=113285
Ahmad Saleem <zlip.792 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zlip.792 at gmail.com
--- Comment #16 from Ahmad Saleem <zlip.792 at gmail.com> ---
Based on MDN - https://developer.mozilla.org/en-US/docs/Web/API/Document/createTouch
It is deprecated standard and is not supported by browsers (e.g. referring to compatibility table). Although, I am able to see some reference to "createTouch" in Webkit Github source code mirror in following files:
Source/WebCore/dom/DocumentTouch.h
Source/WebCore/dom/DocumentTouch.cpp
Further, I am not able to run "repo.html" test and it shows error in console but using "patch" and getting layout test out of it (Changed into below JSFiddle), it shows "PASSED".
Link - https://jsfiddle.net/sj9pc2m3/
Is something needed here or considering the test now pass from this patch reflects that it was fixed along the way? 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/20220621/9d196511/attachment.htm>
More information about the webkit-unassigned
mailing list