blob: 86095cd62897420d0d7a63868c5d91ea0fec4ba6 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Priority of stronger hash functions</title>
</head>
<body>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
setup({single_test: true});
function scriptError() {
done();
};
function success() {
assert_unreached('Script loaded.');
done();
};
</script>
<script src="call-success.js" integrity="sha256-B0/62fJSJFrdjEFR9ba04m/D+LHQ+zG6PGcaR0Trpxg= sha512-deadbeef" onerror="scriptError();""></script>
</body>
</html>