Index: third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection.html |
diff --git a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection.html b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection.html |
index a509089c2a91ab39d2639e4cab9f33ece25b0b64..490fe95f509b8052bbc0b0d4b693473ef7788946 100644 |
--- a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection.html |
+++ b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection.html |
@@ -60,7 +60,7 @@ shouldThrow("new webkitRTCPeerConnection(null, {valid_but_unsupported_1:1});"); |
shouldThrow("new webkitRTCPeerConnection(null, {valid_and_supported_2:1, mandatory:{valid_and_supported_1:1}});"); |
// Construct with certificates. |
-shouldNotThrow("new webkitRTCPeerConnection({iceServers:[], certificates:null});"); |
+shouldThrow("new webkitRTCPeerConnection({iceServers:[], certificates:null});"); |
shouldNotThrow("new webkitRTCPeerConnection({iceServers:[], certificates:undefined});"); |
shouldNotThrow("new webkitRTCPeerConnection({iceServers:[], certificates:[]});"); |
shouldThrow("new webkitRTCPeerConnection({iceServers:[], certificates:[null]});"); |