| Index: LayoutTests/fast/mediastream/RTCPeerConnection-expected.txt
|
| diff --git a/LayoutTests/fast/mediastream/RTCPeerConnection-expected.txt b/LayoutTests/fast/mediastream/RTCPeerConnection-expected.txt
|
| index 46ab19cac298999cfe3dfe3ce0d88bc0ca590f33..0bbd904be6c89d566450fab6457451537457527f 100644
|
| --- a/LayoutTests/fast/mediastream/RTCPeerConnection-expected.txt
|
| +++ b/LayoutTests/fast/mediastream/RTCPeerConnection-expected.txt
|
| @@ -30,6 +30,9 @@ PASS new webkitRTCPeerConnection({iceServers:[], bundlePolicy:'balanced'}, null)
|
| PASS new webkitRTCPeerConnection({iceServers:[], bundlePolicy:'max-bundle'}, null); did not throw exception.
|
| PASS new webkitRTCPeerConnection({iceServers:[], bundlePolicy:'max-compat'}, null); did not throw exception.
|
| PASS new webkitRTCPeerConnection({iceServers:[], bundlePolicy:'foo'}, null); threw exception TypeError: Failed to construct 'RTCPeerConnection': Malformed RTCBundlePolicy.
|
| +PASS new webkitRTCPeerConnection({iceServers:[], rtcpMuxPolicy:'negotiate'}, null); did not throw exception.
|
| +PASS new webkitRTCPeerConnection({iceServers:[], rtcpMuxPolicy:'require'}, null); did not throw exception.
|
| +PASS new webkitRTCPeerConnection({iceServers:[], rtcpMuxPolicy:'foo'}, null); threw exception TypeError: Failed to construct 'RTCPeerConnection': Malformed RTCRtcpMuxPolicy.
|
| PASS new webkitRTCPeerConnection(null, {mandatory:{valid_and_supported_1:1}}); did not throw exception.
|
| PASS new webkitRTCPeerConnection(null, {mandatory:{valid_and_supported_1:1, valid_and_supported_2:1}}); did not throw exception.
|
| PASS new webkitRTCPeerConnection(null, {optional:[{valid_and_supported_1:0}]}); did not throw exception.
|
|
|