| Index: third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-expected.txt b/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-expected.txt
|
| index 37860bd018ffaa33a01a20d05664cf4cc742b846..206c6c7586206cc601fc231d6cc0e92e6dae03a8 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/mediastream/RTCPeerConnection-expected.txt
|
| @@ -54,6 +54,8 @@ PASS new webkitRTCPeerConnection({iceServers:[], certificates:[null]}); threw ex
|
| PASS new webkitRTCPeerConnection({iceServers:[], certificates:[1337]}); threw exception TypeError: Failed to construct 'RTCPeerConnection': Malformed sequence<RTCCertificate>.
|
| PASS new webkitRTCPeerConnection({iceServers:[], certificates:[certRSA]}, null); did not throw exception.
|
| PASS new webkitRTCPeerConnection({iceServers:[], certificates:[certECDSA]}, null); did not throw exception.
|
| +PASS certExpired.expires <= new Date().getTime() is true
|
| +PASS new webkitRTCPeerConnection({iceServers:[], certificates:[certExpired]}, null); threw exception InvalidStateError: Failed to construct 'RTCPeerConnection': Expired certificate(s)..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|