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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..753b94742a765ac3ef643812a1a2929770a64be8 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-generateCertificate-expected.txt |
@@ -0,0 +1,13 @@ |
+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 certRSA is non-null. |
+PASS generateCertificate({ name: "ECDSA", namedCurve: "P-256" }) |
+PASS certECDSA is non-null. |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |