[Webkit-unassigned] [Bug 232312] [ iOS Release GPUProcess ] fast/forms/form-submission-crash-3.html is a flaky failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 26 10:07:58 PDT 2021


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

Chris Dumez <cdumez at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ntim at apple.com

--- Comment #3 from Chris Dumez <cdumez at apple.com> ---
```
    input.onfocus = eventhandler;
    button.click();
    testPassed('if not crashed.');
    finishJSTest();
```

I think this means eventhandler has not had a change to run before we call finishJSTest(), which must mean that the onfocus event handler wasn't called synchronously when clicking the button.

I am not sure what the rules for focus are nowadays and if that event is really supposed to fire synchronously. If not, I guess we want to delay calling finishJSTest() until the focus event has fired.

Alternatively, we could mark div1 as display:none.

-- 
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/20211026/ff31072d/attachment-0001.htm>


More information about the webkit-unassigned mailing list