| 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 73244107f55e40442ab1c6af4755fe38c1cb3f56..f20eb5638073a36c4454c6178ae8867dbc356bf0 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-expected.txt
|
| @@ -1,3 +1,4 @@
|
| +CONSOLE WARNING: line 1: The rtcpMuxPolicy option is being considered for removal and may be removed no earlier than M60, around August 2017. If you depend on it, please see https://www.chromestatus.com/features/5654810086866944 for more details.
|
| CONSOLE WARNING: line 1: Unknown constraint named invalid rejected
|
| CONSOLE WARNING: line 1: Unknown constraint named valid_but_unsupported_1 rejected
|
| CONSOLE WARNING: line 1: Unknown constraint named valid_but_unsupported_1 rejected
|
| @@ -37,6 +38,12 @@ PASS new RTCPeerConnection({iceServers:[], bundlePolicy:'foo'}); threw exception
|
| PASS new RTCPeerConnection({iceServers:[], rtcpMuxPolicy:'negotiate'}); did not throw exception.
|
| PASS new RTCPeerConnection({iceServers:[], rtcpMuxPolicy:'require'}); did not throw exception.
|
| PASS new RTCPeerConnection({iceServers:[], rtcpMuxPolicy:'foo'}); threw exception TypeError: Failed to construct 'RTCPeerConnection': The provided value 'foo' is not a valid enum value of type RTCRtcpMuxPolicy..
|
| +PASS new RTCPeerConnection({iceCandidatePoolSize:0}); did not throw exception.
|
| +PASS new RTCPeerConnection({iceCandidatePoolSize:1}); did not throw exception.
|
| +PASS new RTCPeerConnection({iceCandidatePoolSize:5}); did not throw exception.
|
| +PASS new RTCPeerConnection({iceCandidatePoolSize:-1}); threw exception TypeError: Failed to construct 'RTCPeerConnection': Value is outside the 'unsigned short' value range..
|
| +PASS new RTCPeerConnection({iceCandidatePoolSize:99999999}); threw exception TypeError: Failed to construct 'RTCPeerConnection': Value is outside the 'unsigned short' value range..
|
| +PASS new RTCPeerConnection({iceCandidatePoolSize:'foo'}); threw exception TypeError: Failed to construct 'RTCPeerConnection': Value is not of type 'unsigned short'..
|
| PASS new RTCPeerConnection(null, {mandatory:{valid_and_supported_1:1}}); did not throw exception.
|
| PASS new RTCPeerConnection(null, {mandatory:{valid_and_supported_1:1, valid_and_supported_2:1}}); did not throw exception.
|
| PASS new RTCPeerConnection(null, {optional:[{valid_and_supported_1:0}]}); did not throw exception.
|
|
|