chromium/third_party/blink/web_tests/http/tests/security/contentSecurityPolicy/1.1/scripthash-default-src.html

<!DOCTYPE html>
<html>
    <head>
    <title>Script Hash allow hash in default-src</title>
    <script src="../../../resources/testharness.js"></script>
    <script src="../../../resources/testharnessreport.js"></script>
    <meta http-equiv="Content-Security-Policy" content="default-src * 'sha256-VKJNmgF7w7iDmeQkkS6N0w3ba0ryI7lW5tuU6dwlE/w='">
    </head>

    <script>
    setup({single_test: true});
    done();
    </script>
</html>