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

Unified Diff: LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-script-cors-bad-integrity-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-script-cors-bad-integrity-expected.txt
diff --git a/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-script-cors-bad-integrity-expected.txt b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-script-cors-bad-integrity-expected.txt
index f87b0f1cb591dd8b908c3332582df308c1a7acaa..20468c66d0ae714bbba6352bc407f36ca369b497 100644
--- a/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-script-cors-bad-integrity-expected.txt
+++ b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-script-cors-bad-integrity-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://localhost:8000/security/resources/cors-script.php?value=ran' with computed SHA-256 integrity 'mk_DwEwGGoyrh4sgi9t0nYTO1Lrft3w6vzaNuMaZrtSaT8PATAYajKuHiyCL23SdhM7Uut-3fDq_No24xpmu1A=='. The resource has been blocked.
+CONSOLE ERROR: Failed to find a valid digest in the 'integrity' attribute for resource 'http://localhost:8000/security/resources/cors-script.php?value=ran' with computed SHA-256 integrity 'mk_DwEwGGoyrh4sgi9t0nYTO1Lrft3w6vzaNuMaZrtSaT8PATAYajKuHiyCL23SdhM7Uut-3fDq_No24xpmu1A=='. The resource has been blocked.
This is a testharness.js-based test.
PASS SRI on cross origin CORS enabled script, with bad integrity
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698