chromium/third_party/blink/web_tests/http/tests/security/subresourceIntegrity/subresource-integrity-unknown-hash-allowed.html

<!DOCTYPE html>
<html>
    <body>
        <script>
        if (window.testRunner)
            testRunner.dumpAsText();
        </script>
        <script src='pass.js' integrity="sha1-Ywd5te2RvxmuHLzLzZjYo1_0LMw="></script>
        <script src='pass.js' integrity="#yM5ZyzNsyKfaXRY78zSGapeQKtl0oGdpPpYxgwl8XW8="></script>
	</body>
</html>