Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cookie Store: Move non-ASCII codepoint test cases to dedicated tests #10727

Merged
merged 1 commit into from May 1, 2018

Conversation

chromium-wpt-export-bot
Copy link
Collaborator

@chromium-wpt-export-bot chromium-wpt-export-bot commented Apr 30, 2018

Cookie handling of non-ASCII codepoints is not consistent across
browsers, so we definitely want tests that exercise these. To make
potential failures here more obvious, make sure that there are
dedicated test cases for non-ASCII interop with other ways of
getting/setting cookies (HTTP headers, document.cookie).

Also, make the document.cookie interop tests symmetric:
set/overwrite/delete by CookieStore observed by document.cookie and
vice versa.

Bug: 729800
Change-Id: I637401e5f8021a2915ba186fbb1cf7a50e940905
Reviewed-on: https://chromium-review.googlesource.com/1036306
Commit-Queue: Victor Costan pwnall@chromium.org
Reviewed-by: Victor Costan pwnall@chromium.org
Cr-Commit-Position: refs/heads/master@{#554936}

Copy link
Collaborator

@wpt-pr-bot wpt-pr-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Already reviewed downstream.

Cookie handling of non-ASCII codepoints is not consistent across
browsers, so we definitely want tests that exercise these. To make
potential failures here more obvious, make sure that there are
dedicated test cases for non-ASCII interop with other ways of
getting/setting cookies (HTTP headers, document.cookie).

Also, make the document.cookie interop tests symmetric:
set/overwrite/delete by CookieStore observed by document.cookie and
vice versa.

Bug: 729800
Change-Id: I637401e5f8021a2915ba186fbb1cf7a50e940905
Reviewed-on: https://chromium-review.googlesource.com/1036306
Commit-Queue: Victor Costan <pwnall@chromium.org>
Reviewed-by: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#554936}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants