Chromium Code Reviews| Index: LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-blocked.html |
| diff --git a/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-blocked.html b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-blocked.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e50fd672d6f33ae05837b8f5b8d5b56d4ecd1eb0 |
| --- /dev/null |
| +++ b/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-blocked.html |
| @@ -0,0 +1,13 @@ |
| +<!DOCTYPE html> |
| +<html> |
| + <body> |
| + <script> |
| + if (window.testRunner) |
| + testRunner.dumpAsText(); |
| + </script> |
| + <p> |
| + This test passes if no 'FAIL' alert appears. |
| + </p> |
| + <script src='fail.js' integrity="pgUiYTMl3j+Nyfyc6EJkFsn//acTBz/ZqOtWnzTuSC4="></script> |
|
Mike West
2014/09/13 03:44:31
I'm sure you realize that this isn't the `ni:///`
jww
2014/09/15 21:20:16
Oh, yes, I'm definitely aware. I actually plan on
|
| + </body> |
| +</html> |