Index: third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-generateCertificate-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-generateCertificate-expected.txt b/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-generateCertificate-expected.txt |
index 753b94742a765ac3ef643812a1a2929770a64be8..62cf0de74f0ba1053357b29f4908ddbaee25ed14 100644 |
--- a/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-generateCertificate-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-generateCertificate-expected.txt |
@@ -3,7 +3,7 @@ Tests RTCPeerConnection.generateCertificate RSA/ECDSA. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS generateCertificate({ name: "RSASSA-PKCS1-v1_5", modulusLength: 2048, publicExponent: 65537 }) |
+PASS generateCertificate({ name: "RSASSA-PKCS1-v1_5", modulusLength: 2048, publicExponent: new Uint8Array([1, 0, 1]), hash: "SHA-256" }) |
PASS certRSA is non-null. |
PASS generateCertificate({ name: "ECDSA", namedCurve: "P-256" }) |
PASS certECDSA is non-null. |