| 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 f0e5a87c86b199ed5780da63c715949036b62213..386214c353f0a6339800051d7da3b4910963c231 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection.html
|
| @@ -27,6 +27,7 @@ shouldThrow("new RTCPeerConnection({iceServers:true});");
|
| shouldThrow("new RTCPeerConnection({iceServers:[1, 2, 3]});");
|
| shouldThrow("new RTCPeerConnection({iceServers:[{}]});");
|
| shouldThrow("new RTCPeerConnection({iceServers:[{url:'foo'}]});");
|
| +shouldThrow("new RTCPeerConnection({iceServers:[{urls:'unsupported:scheme'}]});");
|
| shouldThrow("new RTCPeerConnection({iceServers:[{urls:[1, 'turn:foo.com']}]});");
|
|
|
| shouldNotThrow("new RTCPeerConnection({iceServers:[], iceTransports:'none'});");
|
|
|