haikuwebkit/LayoutTests/crypto/workers/subtle/rsa-import-jwk-public-key.html

13 lines
285 B
HTML

<!DOCTYPE html>
<html>
<head>
<script src="../../../resources/js-test-pre.js"></script>
</head>
<body>
<script>
worker = startWorker('resources/rsa-import-jwk-public-key.js');
</script>
<script src="../../../resources/js-test-post.js"></script>
</body>
</html>