Skip to content

Commit

Permalink
Remove fail expectations from subresource integrity test
Browse files Browse the repository at this point in the history
  • Loading branch information
zaynetro committed Jan 22, 2017
1 parent f0c72cb commit d4ddafd
Showing 1 changed file with 0 additions and 22 deletions.
Expand Up @@ -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

0 comments on commit d4ddafd

Please sign in to comment.