| Index: LayoutTests/fast/mediastream/RTCPeerConnection-expected.txt
|
| ===================================================================
|
| --- LayoutTests/fast/mediastream/RTCPeerConnection-expected.txt (revision 129357)
|
| +++ LayoutTests/fast/mediastream/RTCPeerConnection-expected.txt (working copy)
|
| @@ -11,9 +11,9 @@
|
| PASS new webkitRTCPeerConnection(''); threw exception TypeError: Not an object..
|
| PASS new webkitRTCPeerConnection(null, ''); threw exception TypeError: Not an object..
|
| PASS new webkitRTCPeerConnection({iceServers:[]}, null); did not throw exception.
|
| -PASS new webkitRTCPeerConnection({iceServers:[{uri:'stun:foo.com'}]}, null); did not throw exception.
|
| -PASS new webkitRTCPeerConnection({iceServers:[{uri:'turn:foo.com', credential:'x'}]}, null); did not throw exception.
|
| -PASS new webkitRTCPeerConnection({iceServers:[{uri:'turn:foo.com', credential:'x'},{uri:'stun:bar.com'}]}, null); did not throw exception.
|
| +PASS new webkitRTCPeerConnection({iceServers:[{url:'stun:foo.com'}]}, null); did not throw exception.
|
| +PASS new webkitRTCPeerConnection({iceServers:[{url:'turn:foo.com', credential:'x'}]}, null); did not throw exception.
|
| +PASS new webkitRTCPeerConnection({iceServers:[{url:'turn:foo.com', credential:'x'},{url:'stun:bar.com'}]}, null); did not throw exception.
|
| PASS new webkitRTCPeerConnection({fooServers:[]}, null); threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
|
| PASS new webkitRTCPeerConnection({iceServers:true}, null); threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
|
| PASS new webkitRTCPeerConnection({iceServers:[1, 2, 3]}, null); threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
|
|
|