Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(176)

Unified Diff: third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection.html

Issue 1644553002: Constructing an RTCPeerConnection with expired certificates should throw an exception. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Check expiration at RTCPeerConnection::create, not at parseConfiguration Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection.html
diff --git a/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection.html b/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection.html
index 2624d778851a9ee3a02b50aa6002ffa7e3550283..fe082bbc6accb8b67537c63a9105b763a99fdec6 100644
--- a/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection.html
+++ b/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection.html
@@ -97,6 +97,9 @@ function testCertificates2ECDSA()
// testCertificates2ECDSA's callback methods mark the end of the async tests.
testCertificates1RSA();
+// TODO(hbos): Make sure constructing with expired certificates throws an exception once it is possible to
+// choose the expiration time of certificates, see: crbug.com/569005.
+
window.jsTestIsAsync = true;
window.successfullyParsed = true;
</script>

Powered by Google App Engine
This is Rietveld 408576698