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

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

Issue 596043003: Basic console error messages for subresource integrity. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated some of the FIXME comments Created 6 years, 3 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 ae07af207d047b0bed3e31d2afde614d35a1ff30..d990683b9e3134bbf366f1e5be0f1308fe945bd1 100644
--- a/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-blocked-expected.txt
+++ b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-blocked-expected.txt
@@ -1 +1,4 @@
+CONSOLE ERROR: The computed SHA-256 integrity 'yM5ZyzNsyKfaXRY78zSGapeQKtl0oGdpPpYxgwl8XW8=' does not match the 'integrity' attribute 'BpfBw7ivV8q2jLiT13fxDYAe2tJllusRSZ273h2nFSE='.
+CONSOLE ERROR: The computed SHA-384 integrity 'S6xh6guV2pHeSNxnbroULlz9KudZHqIdobKgjbKThvTId0IkJDVmnEKKNPT5yZVG' does not match the 'integrity' attribute 'XVVXBGoYw6AJOh9J/Z8pBDMVVPfkBpngexkA7JqZu8d5GENND6TEIup/tA1v5GPr'.
+CONSOLE ERROR: The computed SHA-512 integrity 'ycr1MW0ijTo/8WJCkRWTd7SbO/8zw6iQ00lTo4VYeZ3sHT68zBeti8FrKFQ31GTOLIBIVHazyqYQBou2JbgMyA==' does not match the 'integrity' attribute 'tbUPioKbVBplr0b1ucnWB57SJWt4x9dOE0Vy2mzCXvH3FepqDZ+07yMK81ytlg0MPaIrPAjcHqba5csorDWtKg=='.
This test passes if no 'FAIL' alert appears.

Powered by Google App Engine
This is Rietveld 408576698