Files
ladybird/Tests/LibWeb/Text/input/wpt-import/WebCryptoAPI/digest/sha3.tentative.https.any.html
Tete17 5e736d4e07 LibWeb: Expose SHA3 hashing algorithm through WebCryptoAPI
This give us 48 WPT subtests :)
2025-11-26 22:01:00 -05:00

17 lines
511 B
HTML

<!doctype html>
<meta charset=utf-8>
<title>WebCryptoAPI: digest() SHA-3 algorithms</title>
<meta name="timeout" content="long">
<script>
self.GLOBAL = {
isWindow: function() { return true; },
isWorker: function() { return false; },
isShadowRealm: function() { return false; },
};
</script>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<div id=log></div>
<script src="../../WebCryptoAPI/digest/sha3.tentative.https.any.js"></script>