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

Update scripthash normalization test to *fail* on normalization #2287

Conversation

metromoxie
Copy link
Contributor

Previously, several user agents normalized NFC-equivalent code points to the same value before calculating digests. This, however, is actually not in the CSP spec, and thus this test was incorrect. As discussed on public-webappsec (https://lists.w3.org/Archives/Public/public-webappsec/2015Oct/0105.html), this update to the test verifies that for NFC-equivalent code points, normalization does not occur.

cc @mikewest @hillbrad @annevk @fmarier @inexorabletash

@hoppipolla-critic-bot
Copy link

Critic review: https://critic.hoppipolla.co.uk/r/5919

This is an external review system which you may optionally use for the code review of your pull request.

In order to help critic track your changes, please do not make in-place history rewrites (e.g. via git rebase -i or git commit --amend) when updating this pull request.

hillbrad added a commit that referenced this pull request Oct 29, 2015
…-change

Update scripthash normalization test to *fail* on normalization
@hillbrad hillbrad merged commit 3278f6e into web-platform-tests:master Oct 29, 2015
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

4 participants