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

Side by Side Diff: LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-hash-function-priority-console-messages.html

Issue 1166003004: SRI fail open on ineligible resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove a bunch of -expected.txt files Created 5 years, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Priority of stronger hash functions</title>
5 </head>
6 <body>
7 <script>
8 if (window.testRunner)
9 testRunner.dumpAsText();
10 function success() {
11 alert('PASS');
12 };
13 </script>
14 <script src="call-success.js" integrity="sha256-B0/62fJSJFrdjEFR9ba04m/D +LHQ+zG6PGcaR0Trpxg= sha512-deadbeef"></script>
15 </body>
16 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-hash-function-priority-console-messages-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698