[Webkit-unassigned] [Bug 241653] New test: [macOS/iOS arm64] TestWebKitAPI.WKContentRuleListStoreTest.CrossOriginCookieBlocking is crashing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 16 12:08:04 PDT 2022


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

--- Comment #3 from Alex Christensen <achristensen at apple.com> ---
Strange.  This has something to do with this line:

return HTTPResponse({ { "Set-Cookie"_s, "testCookie=42; Path=/; SameSite=None; Secure"_s } }, "<script>alert('hi')</script>"_s);

If I write it out by making a HashMap<String, String>, add to it, then move it to the HTTPResponse constructor it works fine.  So this isn't a big deal.  I'd like to understand a bit more about this then fix it.

-- 
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/20220616/c81b90da/attachment.htm>


More information about the webkit-unassigned mailing list