chromium/third_party/blink/web_tests/http/tests/security/subresourceIntegrity/subresource-integrity-hash-function-priority-console-messages.html

<!DOCTYPE html>
<html>
    <head>
        <title>Priority of stronger hash functions</title>
    </head>
    <body>
        <script>
            if (window.testRunner)
                testRunner.dumpAsText();
            function success() {
                alert('PASS');
            };
        </script>
        <script src="call-success.js" integrity="sha256-B0/62fJSJFrdjEFR9ba04m/D+LHQ+zG6PGcaR0Trpxg= sha512-deadbeef"></script>
    </body>
</html>