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

Unified Diff: LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-blocked-expected.txt

Issue 1126343003: Ignore unknown options to subresource integrity (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed option parsing + nits from mkwst Created 5 years, 7 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-blocked-expected.txt
diff --git a/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-blocked-expected.txt b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-blocked-expected.txt
index c4429092b802d62affda19997b3f43faf9d5a943..6fc63bbf6a7d6761495f27f77d8e324625be1fa2 100644
--- a/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-blocked-expected.txt
+++ b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-blocked-expected.txt
@@ -1,4 +1,4 @@
-CONSOLE ERROR: Failed to find a valid digest with matching content-type in the 'integrity' attribute for resource 'http://127.0.0.1:8000/security/subresourceIntegrity/fail.js' with computed SHA-256 integrity 'yM5ZyzNsyKfaXRY78zSGapeQKtl0oGdpPpYxgwl8XW_IzlnLM2zIp9pdFjvzNIZql5Aq2XSgZ2k-ljGDCXxdbw=='. The resource has been blocked.
-CONSOLE ERROR: Failed to find a valid digest with matching content-type in the 'integrity' attribute for resource 'http://127.0.0.1:8000/security/subresourceIntegrity/fail.js' with computed SHA-256 integrity 'S6xh6guV2pHeSNxnbroULlz9KudZHqIdobKgjbKThvTId0IkJDVmnEKKNPT5yZVGyM5ZyzNsyKfaXRY78zSGapeQKtl0oGdpPpYxgwl8XW8='. The resource has been blocked.
-CONSOLE ERROR: Failed to find a valid digest with matching content-type in the 'integrity' attribute for resource 'http://127.0.0.1:8000/security/subresourceIntegrity/fail.js' with computed SHA-256 integrity 'ycr1MW0ijTo_8WJCkRWTd7SbO_8zw6iQ00lTo4VYeZ3sHT68zBeti8FrKFQ31GTOLIBIVHazyqYQBou2JbgMyMjOWcszbMin2l0WO_M0hmqXkCrZdKBnaT6WMYMJfF1v'. The resource has been blocked.
+CONSOLE ERROR: Failed to find a valid digest in the 'integrity' attribute for resource 'http://127.0.0.1:8000/security/subresourceIntegrity/fail.js' with computed SHA-256 integrity 'yM5ZyzNsyKfaXRY78zSGapeQKtl0oGdpPpYxgwl8XW_IzlnLM2zIp9pdFjvzNIZql5Aq2XSgZ2k-ljGDCXxdbw=='. The resource has been blocked.
+CONSOLE ERROR: Failed to find a valid digest in the 'integrity' attribute for resource 'http://127.0.0.1:8000/security/subresourceIntegrity/fail.js' with computed SHA-256 integrity 'S6xh6guV2pHeSNxnbroULlz9KudZHqIdobKgjbKThvTId0IkJDVmnEKKNPT5yZVGyM5ZyzNsyKfaXRY78zSGapeQKtl0oGdpPpYxgwl8XW8='. The resource has been blocked.
+CONSOLE ERROR: Failed to find a valid digest in the 'integrity' attribute for resource 'http://127.0.0.1:8000/security/subresourceIntegrity/fail.js' with computed SHA-256 integrity 'ycr1MW0ijTo_8WJCkRWTd7SbO_8zw6iQ00lTo4VYeZ3sHT68zBeti8FrKFQ31GTOLIBIVHazyqYQBou2JbgMyMjOWcszbMin2l0WO_M0hmqXkCrZdKBnaT6WMYMJfF1v'. The resource has been blocked.
This test passes if no 'FAIL' alert appears.

Powered by Google App Engine
This is Rietveld 408576698