Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(628)

Unified Diff: LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-invalid-integrity.html

Issue 656063002: Subresource Integrity: Improve parsing. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Feedback. Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-invalid-integrity.html
diff --git a/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-invalid-integrity.html b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-invalid-integrity.html
index b29411d0f4eb8d84035fbf8727c9ca292bb2afc9..2b52bf8c92a8a030719519a5197ba31b4ecf4b52 100644
--- a/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-invalid-integrity.html
+++ b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-invalid-integrity.html
@@ -9,8 +9,8 @@
This test passes if no 'FAIL' alert appears.
</p>
<script src='fail.js' integrity="yM5ZyzNsyKfaXRY78zSGapeQKtl0oGdpPpYxgwl8XW8="></script>
- <script src='fail.js' integrity="ni://#yM5ZyzNsyKfaXRY78zSGapeQKtl0oGdpPpYxgwl8XW8="></script>
+ <script src='fail.js' integrity="ni:///#yM5ZyzNsyKfaXRY78zSGapeQKtl0oGdpPpYxgwl8XW8="></script>
<script src='fail.js' integrity="yM5ZyzNsyKfaXRY78zSGapeQKtl0oGdpPpYxgwl8XW8="></script>
- <script src='fail.js' integrity="ni://sha1;Ywd5te2RvxmuHLzLzZjYo1/0LMw="></script>
+ <script src='fail.js' integrity="ni:///sha1;Ywd5te2RvxmuHLzLzZjYo1/0LMw="></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698