[Webkit-unassigned] [Bug 205458] REGRESSION: [ iOS ] imported/w3c/web-platform-tests/dom/events/Event-dispatch-on-disabled-elements.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 1 08:57:53 PST 2020


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

--- Comment #4 from Antoine Quint <graouts at apple.com> ---
Adding this before continuing to the next element type fixes the issue:

    await new Promise(resolve => setTimeout(resolve, 1000));

We need to figure out why continuing the loop synchronously after the call to remove() fails.

-- 
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/20200101/4e5baa93/attachment.htm>


More information about the webkit-unassigned mailing list