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

Implement support for removing stylesheets from their document #14930

Merged
merged 4 commits into from Jan 24, 2017
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Remove fail expectations from subresource integrity test

  • Loading branch information
Roman Zaynetdinov
Roman Zaynetdinov committed Jan 22, 2017
commit d4ddafd55635e06e37bf36ed2342c006f878ffaf
@@ -3,25 +3,3 @@
expected: OK
[Style: Same-origin with correct sha256 and sha512 hash, rel='alternate stylesheet' enabled]
expected: FAIL

[Style: Same-origin with incorrect hash.]
expected: FAIL

[Style: Same-origin with sha256 match, sha512 mismatch]
expected: FAIL

[Style: <crossorigin='anonymous'> with CORS-ineligible resource]
expected: FAIL

[Style: Cross-origin, not CORS request, with correct hash]
expected: FAIL

[Style: Cross-origin, not CORS request, with hash mismatch]
expected: FAIL

[Style: <crossorigin='use-credentials'> with incorrect hash CORS-eligible]
expected: FAIL

[Style: <crossorigin='anonymous'> with incorrect hash, ACAO: *]
expected: FAIL

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.