Bug 1884647 Comment 3 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Alexandra Borovova [:Sasha] from comment #0)
> Looking at the Puppeteer test failures for cookie related APIs, I've noticed two things which are probably wrong:
> - when setting a same-site cookie with `storage.setCookie` command, we probably shouldn't add the `partionKey` in the `originAttributes`, otherwise cookies will not be available via `document.cookie` (and they probably should);

It appeared that the fact that cookies with set `partionKey` in the `originAttributes` are not available with `document.cookie` is probably a bug on the platform side, see bug1884648. So this issue is excluded from this bug,
(In reply to Alexandra Borovova [:Sasha] from comment #0)
> Looking at the Puppeteer test failures for cookie related APIs, I've noticed two things which are probably wrong:
> - when setting a same-site cookie with `storage.setCookie` command, we probably shouldn't add the `partionKey` in the `originAttributes`, otherwise cookies will not be available via `document.cookie` (and they probably should);

It appeared that the fact that cookies with set `partionKey` in the `originAttributes` are not available with `document.cookie` is probably a bug on the platform side, see bug1884648. So this issue is excluded from this bug.

Back to Bug 1884647 Comment 3