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 |
deleted file mode 100644 |
index cbcf05217eb76b0cb8ebf640e754c9e13f3e8317..0000000000000000000000000000000000000000 |
--- a/LayoutTests/crypto/subtle/hkdf-deriveBits-expected.txt |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-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 |
- |