[Webkit-unassigned] [Bug 182330] WebDriver: test imported/w3c/webdriver/tests/cookies/get_named_cookie.py::test_duplicated_cookie fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 6 10:44:20 PDT 2018


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

--- Comment #7 from Brian Burg <bburg at apple.com> ---
(In reply to Carlos Garcia Campos from comment #5)
> Yes, I disabled xss auditor for tests in GTK+ because of this. Of course
> this is only for tests, because there isn't any tests that require it, but
> we should not disable it for any normal automation session. The command line
> option of minibrowser is actually a web view setting. We could expose all
> settings via capabilities for example. I also had to enable js popups
> setting for the same reason.

In the Cocoa port, the _WKAutomationSessionDelegate method to create a new browsing context is where some WKPreferences are set, such as allowing JS to open popups and allowing fullscreen. There have also been some fixes to add a fake user gesture for WebDriver-initiated scripts, which fixes some similar issues, such as user gesture required for Storage Access API.

-- 
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/20180406/939d74c9/attachment-0002.html>


More information about the webkit-unassigned mailing list