[Webkit-unassigned] [Bug 242884] accessibility/visible-character-range-width-changes.html crashes in the simulator

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 18 20:16:15 PDT 2022


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

Simon Fraser (smfr) <simon.fraser at apple.com> changed:

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

--- Comment #1 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
The test calls visibleRange() which resizes the web view to 100x500 via a synchronous SetViewSize message from the web process to the UI process. This ends up in `RemoteLayerTreeDrawingAreaProxy::sendUpdateGeometry()` which sends a sync DrawingArea::UpdateGeometry message to the web process. While sending that message we receive a `RemoteLayerTreeDrawingAreaProxy::didUpdateGeometry` message and assert.

-- 
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/20220719/b4552e2e/attachment.htm>


More information about the webkit-unassigned mailing list