WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
314678
[Site Isolation] Fix editing/selection/drag-in-iframe.html
https://bugs.webkit.org/show_bug.cgi?id=314678
Summary
[Site Isolation] Fix editing/selection/drag-in-iframe.html
zak ridouh
Reported
2026-05-12 16:16:24 PDT
The test wants to snapshot a drag mid-gesture: it calls notifyDone() before the trailing mouseUp() so the dump captures the drag caret. Without site isolation that works because notifyDone() is synchronous. With site isolation it's async, so the mouseUp() runs first, the drop completes, and the snapshot reflects post-drop DOM. I switched the mouse calls to the async eventSender APIs and dropped the trailing mouseUp() — it was only cleanup, and it's the actual failure under site isolation. I also removed the now-passing expectation.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2026-05-12 16:16:31 PDT
<
rdar://problem/176926106
>
zak ridouh
Comment 2
2026-05-12 16:17:59 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/64793
EWS
Comment 3
2026-05-13 16:05:45 PDT
Committed
313203@main
(fdbdbe0f7a97): <
https://commits.webkit.org/313203@main
> Reviewed commits have been landed. Closing PR #64793 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug