[Webkit-unassigned] [Bug 207066] [ macOS wk1 ] editing/execCommand/insert-nested-lists.html is flaky failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 1 18:26:06 PST 2020


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

--- Comment #4 from Alexey Proskuryakov <ap at webkit.org> ---
Presumably this part is insufficient to deflake it?

    // By default, AppKit on macOS coalesces undo operations that occur within the same runloop. Wait until the next
    // runloop before inserting another unordered list to ensure that it gets its own entry in the undo stack.
    await new Promise((resolve) => {
        if (window.testRunner)
            testRunner.runUIScript(`(function() { uiController.uiScriptComplete(); })()`, resolve);
        else
            setTimeout(resolve, 500);
    });

-- 
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/20200202/863553fd/attachment.htm>


More information about the webkit-unassigned mailing list