mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 10:37:17 +02:00
Refresh imported WebCryptoAPI WPT files to current upstream versions, including the shared fixtures and helper scripts they rely on. This keeps the in-tree imported coverage up to date and rebaselines the expectations for the refreshed tests that continue to match Ladybird's current behavior. The wrapKey_unwrapKey update is handled separately, since the newer upstream test exercises raw-secret key formats that needed an engine fix first.
17 lines
553 B
HTML
17 lines
553 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>
|
|
<script src="../util/helpers.js"></script>
|
|
<div id=log></div>
|
|
<script src="../../WebCryptoAPI/digest/sha3.tentative.https.any.js"></script>
|