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> |