Chromium Code Reviews| Index: LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-hash-function-priority-console-messages.html |
| diff --git a/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-hash-function-priority-console-messages.html b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-hash-function-priority-console-messages.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a3114ff90919969ceba43029457b159c1cacd997 |
| --- /dev/null |
| +++ b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-hash-function-priority-console-messages.html |
| @@ -0,0 +1,16 @@ |
| +<!DOCTYPE html> |
| +<html> |
| + <head> |
| + <title>Priority of stronger hash functions</title> |
| + </head> |
| + <body> |
| + <script> |
| + if (window.testRunner) |
| + testRunner.dumpAsText(); |
| + function success() { |
| + alert('PASS'); |
| + }; |
| + </script> |
| + <script src="call-success.js" integrity="sha256-B0/62fJSJFrdjEFR9ba04m/D+LHQ+zG6PGcaR0Trpxg= sha512-deadbeef"></script> |
| + </body> |
| +</html> |