Index: LayoutTests/crypto/subtle/hkdf-deriveBits-expected.txt |
diff --git a/LayoutTests/crypto/subtle/hkdf-deriveBits-expected.txt b/LayoutTests/crypto/subtle/hkdf-deriveBits-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..cbcf05217eb76b0cb8ebf640e754c9e13f3e8317 |
--- /dev/null |
+++ b/LayoutTests/crypto/subtle/hkdf-deriveBits-expected.txt |
@@ -0,0 +1,14 @@ |
+Test that HKDF does not support methods it should not support. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+Derive 0 bits from the HKDF key |
+PASS derivedBits.byteLength is 0 |
+Derive 4 bits from the HKDF key |
+PASS derivedBits.byteLength is 1 |
+PASS derivedBits.getUint8(0) is 0x80 |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |