| 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 b0cc1297993686a8766a63bc075ac3ab36b3bbb4..337873deaf4c5e461065748e49ce6d9cd2a0d872 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-expected.txt
|
| @@ -21,8 +21,8 @@ PASS new webkitRTCPeerConnection({fooServers:[]}); did not throw exception.
|
| PASS new webkitRTCPeerConnection({iceServers:true}); threw exception TypeError: Failed to construct 'RTCPeerConnection': The value provided is neither an array, nor does it have indexed properties..
|
| PASS new webkitRTCPeerConnection({iceServers:[1, 2, 3]}); threw exception TypeError: Failed to construct 'RTCPeerConnection': cannot convert to dictionary..
|
| PASS new webkitRTCPeerConnection({iceServers:[{}]}); threw exception TypeError: Failed to construct 'RTCPeerConnection': Malformed RTCIceServer.
|
| -PASS new webkitRTCPeerConnection({iceServers:[{url:'foo'}]}); threw exception TypeError: Failed to construct 'RTCPeerConnection': Malformed URL.
|
| -PASS new webkitRTCPeerConnection({iceServers:[{urls:[1, 'turn:foo.com']}]}); threw exception TypeError: Failed to construct 'RTCPeerConnection': Malformed URL.
|
| +PASS new webkitRTCPeerConnection({iceServers:[{url:'foo'}]}); threw exception SyntaxError: Failed to construct 'RTCPeerConnection': Unsupported URL "foo". URL scheme must be "stun", "turn" or "turns"..
|
| +PASS new webkitRTCPeerConnection({iceServers:[{urls:[1, 'turn:foo.com']}]}); threw exception SyntaxError: Failed to construct 'RTCPeerConnection': Unsupported URL "1". URL scheme must be "stun", "turn" or "turns"..
|
| PASS new webkitRTCPeerConnection({iceServers:[], iceTransports:'none'}); did not throw exception.
|
| PASS new webkitRTCPeerConnection({iceServers:[], iceTransports:'relay'}); did not throw exception.
|
| PASS new webkitRTCPeerConnection({iceServers:[], iceTransports:'all'}); did not throw exception.
|
|
|