[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
Thu Apr 5 12:32:38 PDT 2018


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

--- Comment #4 from Brian Burg <bburg at apple.com> ---
(In reply to Michael Catanzaro from comment #3)
> (In reply to Brian Burg from comment #1)
> > Have you encountered this as well, or is it purely a problem is Soup backend?
> 
> I played a bit with grep and found this:
> 
> Scripts/webkitpy/webdriver_tests/webdriver_driver_gtk.py:        return
> ['--auto
> mation', '--javascript-can-open-windows-automatically=true',
> '--enable-xss-audit
> or=false']
> 
> So that would be why we don't notice XSS auditor problems when running the
> WebDriver tests for GTK. It would probably make sense to reevaluate that.

Interesting. I run tests via Safari and it has no such option. I don't think this is something that should be unconditionally disabled for all Automation sessions since it is a legitimate error you would want to reproduce in a WebDriver test.

For the purposes of making the W3C test pass, I think sending this header at some point is a reasonable workaround, and upstream opt would probably be OK adding that (at least for the 'inline' fixture used by WebDriver tests.

-- 
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/20180405/d4d77adb/attachment-0002.html>


More information about the webkit-unassigned mailing list