Index: third_party/WebKit/LayoutTests/imported/wpt/webrtc/rtcpeerconnection/rtcpeerconnection-constructor-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/webrtc/rtcpeerconnection/rtcpeerconnection-constructor-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/webrtc/rtcpeerconnection/rtcpeerconnection-constructor-expected.txt |
index 4b9ad50bbc39ce402a32fb51d7a81508f45c09ff..1b8302655c189d38fc22d0c6786876dd452a87a7 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/webrtc/rtcpeerconnection/rtcpeerconnection-constructor-expected.txt |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/webrtc/rtcpeerconnection/rtcpeerconnection-constructor-expected.txt |
@@ -75,9 +75,7 @@ PASS new RTCPeerConnection({ rtcpMuxPolicy: "invalid" }) |
FAIL new RTCPeerConnection({ peerIdentity: toStringThrows }) assert_throws: function "function () { |
eval(expr); |
}" did not throw |
-FAIL new RTCPeerConnection({ certificates: null }) assert_throws: function "function () { |
- eval(expr); |
- }" did not throw |
+PASS new RTCPeerConnection({ certificates: null }) |
PASS new RTCPeerConnection({ certificates: undefined }) |
PASS new RTCPeerConnection({ certificates: [] }) |
PASS new RTCPeerConnection({ certificates: [null] }) |