Skip to content

Commit f323c4f

Browse files
committed
Wire Test.CryptoKey.js into the SubtleTests harness
The CryptoKey test module existed but was never loaded, so its 6 tests never ran. Include it after Test.Encoding.js.
1 parent 68ca034 commit f323c4f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/SubtleTests.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
<script src="Test.Shared.js"></script>
6666
<script src="Test.Promise.js"></script>
6767
<script src="Test.Encoding.js"></script>
68+
<script src="Test.CryptoKey.js"></script>
6869
<script src="Test.Aes.Cbc.js"></script>
6970
<script src="Test.Aes.Gcm.js"></script>
7071
<script src="Test.Aes.Kw.js"></script>

0 commit comments

Comments
 (0)