Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-check-for-zero-size-css.html |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-check-for-zero-size-css.html b/third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-check-for-zero-size-css.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e5d247caaadb36c4f9c1fbace56b06b46e5eff05 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/subresourceIntegrity/subresource-integrity-check-for-zero-size-css.html |
| @@ -0,0 +1,7 @@ |
| +<!DOCTYPE html> |
|
jww
2016/10/14 17:42:11
Can you please write this as a testharness test? T
kouhei (in TOK)
2016/10/17 01:23:38
Done.
|
| +<link rel="stylesheet" type="text/css" href="resources/empty.css" integrity="sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU="> |
| +<script> |
| +if (window.testRunner) |
| + testRunner.dumpAsText(); |
| +</script> |
| +<div>PASS: This test shouldn't crash on debug builds.</div> |