mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
LibWeb: Import WPT RSA.importKey
tests
This serves as a control for the changes in the next commits. I originally had a regression, but did not notice because the tests were missing.
This commit is contained in:
parent
9613b87b12
commit
718b78dd43
Notes:
github-actions[bot]
2024-12-16 10:36:41 +00:00
Author: https://github.com/devgianlu
Commit: 718b78dd43
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2915
3 changed files with 1349 additions and 0 deletions
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,16 @@
|
|||
<!doctype html>
|
||||
<meta charset=utf-8>
|
||||
<title>WebCryptoAPI: importKey() for RSA keys</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/import_export/rsa_importKey.https.any.js"></script>
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue