chromium/third_party/blink/web_tests/http/tests/security/subresourceIntegrity/subresource-integrity-empty-resource-blocked.html

<html>
<head>
  <title>Block an empty resource.</title>
  <script>
    if (window.testRunner)
      testRunner.dumpAsText();
  </script>
  <script src="resources/empty.js?block" type="text/javascript" integrity="sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="></script>
</head>
<body>
  <p>The test passes if the zero-byte resource is blocked.</p>
</body>
</html>