[Webkit-unassigned] [Bug 201913] [Win][WebKitTestRunner] Implement EventSenderProxy::keyDown

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 19 00:13:46 PDT 2019


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

--- Comment #2 from Fujii Hironori <Hironori.Fujii at sony.com> ---
This WIP patch sends key events, but tests doesn't pass
expectedly because of asynchronous message passing from UI
process to Web process.

For example, fast/dom/fragment-activation-focuses-target.html has the following code.

>  eventSender.keyDown("\t");
>  shouldBe("document.activeElement", "document.getElementById('fragment3')");

This code expects the focus was moved imediately after calling keyDown.
But, key event message sent by UI process is still queued in that time.

How do other WebKit2 ports do?

-- 
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/20190919/b1d54b00/attachment.html>


More information about the webkit-unassigned mailing list