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

Unified Diff: LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-style-allowed.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-style-allowed.html
diff --git a/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-style-allowed.html b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-style-allowed.html
index b9678e576a31dff5186daa43343e0880fac653c1..fca5616c0c557faefd3b50f4ba9c7cb122568ea9 100644
--- a/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-style-allowed.html
+++ b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-style-allowed.html
@@ -4,9 +4,9 @@
<title>Subresource integrity allowed style resources</title>
<script src="../../resources/testharness.js"></script>
- <link rel="stylesheet" href="style-1-of-3.css" integrity="ni://sha256;RvLeYLQyPa/ZQk95Rj0XQpfsoBHW9Vrqb3zwo5DScrI="></link>
- <link rel="stylesheet" href="style-2-of-3.css" integrity="ni://sha384;j1bGpDxu0bZAb4jBJzciDWuVUuOTXlLvB9WNKDh7Gik9ygF6CctjgYISUwShHmFM"></link>
- <link rel="stylesheet" href="style-3-of-3.css" integrity="ni://sha512;P302RfA5c/H9Ao/miirSIPVBr3uxOdTzm8IzaGwidneeOOwuyTfOhCp8+c1yg+W16rKf1IW/+4TxD0yAKdkV+Q=="></link>
+ <link rel="stylesheet" href="style-1-of-3.css" integrity="ni:///sha256;RvLeYLQyPa/ZQk95Rj0XQpfsoBHW9Vrqb3zwo5DScrI="></link>
+ <link rel="stylesheet" href="style-2-of-3.css" integrity="ni:///sha384;j1bGpDxu0bZAb4jBJzciDWuVUuOTXlLvB9WNKDh7Gik9ygF6CctjgYISUwShHmFM"></link>
+ <link rel="stylesheet" href="style-3-of-3.css" integrity="ni:///sha512;P302RfA5c/H9Ao/miirSIPVBr3uxOdTzm8IzaGwidneeOOwuyTfOhCp8+c1yg+W16rKf1IW/+4TxD0yAKdkV+Q=="></link>
</head>
<body>
<script>

Powered by Google App Engine
This is Rietveld 408576698