[Webkit-unassigned] [Bug 218383] WebDriver: do not focus the main frame when switching to a window

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 5 01:11:23 PST 2020


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

--- Comment #9 from James Graham <james at hoppipolla.co.uk> ---
The test is definitely broken. It ought to switch back to the iframe for the second action sequence; I'm going to look into that now. I think it's unclear from the spec whether sending key events to a browsing context when the caret is in a child of that browsing context is expected to work. It seems like in Firefox this does work except when we have site isolation enabled when it doesn't. I guess it works in Chrome too if this test passes there. So we might need to change the spec so it's explicitly supported.

Basically: I think if you take this patch that's going to make WebKit more like blink and pre-site-isolation gecko, so it's probably the right thing to do. But I'm also going to fix the test, and I don't think the spec is clear one way or another.

-- 
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/20201105/5c7da37c/attachment.htm>


More information about the webkit-unassigned mailing list