[Webkit-unassigned] [Bug 162017] [GTK] Ping attribute tests have been timeout since r204720

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 18 06:22:40 PDT 2020


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

--- Comment #8 from Carlos Garcia Campos <cgarcia at igalia.com> ---
    let supportsTouchEvents = "TouchEvent" in window;
    if (supportsTouchEvents && window.testRunner && testRunner.runUIScript)
        testRunner.runUIScript("(function() { uiController.singleTapAtPoint(" + x + ", " + y + ", function() { /* Do nothing */ }); })();", function() { /* Do nothing */ });
    else if (window.eventSender) {

I guess that's the problem, they way it's detecting if touch is supported.

-- 
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/20200618/4fa1a654/attachment.htm>


More information about the webkit-unassigned mailing list