Index: third_party/WebKit/LayoutTests/crypto/subtle/hkdf/importKey-failures-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/crypto/subtle/hkdf/importKey-failures-expected.txt b/third_party/WebKit/LayoutTests/crypto/subtle/hkdf/importKey-failures-expected.txt |
index ebe934db80f6c774ecbe275205e05c1c1afaeb5b..443a1c7c0bd866c04b882f1671e4cb71d2f9a22d 100644 |
--- a/third_party/WebKit/LayoutTests/crypto/subtle/hkdf/importKey-failures-expected.txt |
+++ b/third_party/WebKit/LayoutTests/crypto/subtle/hkdf/importKey-failures-expected.txt |
@@ -8,7 +8,7 @@ importKey() with 'encrypt' usage... |
error is: SyntaxError: Cannot create a key using the specified key usages. |
importKey() with null key data... |
-error is: TypeError: Key data must be a buffer for non-JWK formats |
+error is: TypeError: Key data must be a BufferSource for non-JWK formats |
importKey() with jwk format... |
error is: NotSupportedError: Unsupported import key format for algorithm |