Files
ladybird/Tests/LibWeb/Text/input/wpt-import/WebCryptoAPI/digest/digest.https.any.html
2026-03-17 21:05:13 +01:00

17 lines
486 B
HTML

<!doctype html>
<meta charset=utf-8>
<title>WebCryptoAPI: digest()</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/digest.https.any.js"></script>