| Index: third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-expected.txt b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-expected.txt
|
| index 2ea23e09ef51d2d7fbdef70ab921513e18da259b..b0cc1297993686a8766a63bc075ac3ab36b3bbb4 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-expected.txt
|
| @@ -57,7 +57,7 @@ PASS new webkitRTCPeerConnection({iceServers:[], certificates:[1337]}); threw ex
|
| 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 new webkitRTCPeerConnection({iceServers:[], certificates:[certExpired]}, null); threw exception InvalidAccessError: Failed to construct 'RTCPeerConnection': Expired certificate(s)..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|