| Index: third_party/WebKit/LayoutTests/imported/wpt/webrtc/rtcpeerconnection/rtcpeerconnection-constructor-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/webrtc/rtcpeerconnection/rtcpeerconnection-constructor-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/webrtc/rtcpeerconnection/rtcpeerconnection-constructor-expected.txt
|
| index e8b4d59550e1cece02c3458b90d1feb848ec594c..f1f6387f7cd12a5a77d2b5ae8569ec256d9a1c5b 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/webrtc/rtcpeerconnection/rtcpeerconnection-constructor-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/webrtc/rtcpeerconnection/rtcpeerconnection-constructor-expected.txt
|
| @@ -51,15 +51,11 @@ FAIL new RTCPeerConnection({ iceServers: [{ urls: [], credentialType: "invalid"
|
| FAIL new RTCPeerConnection({ iceServers: [{ url: "stun:stun1.example.net" }] }) assert_throws: function "function () {
|
| eval(expr);
|
| }" did not throw
|
| -FAIL new RTCPeerConnection({ iceTransportPolicy: null }) assert_throws: function "function () {
|
| - eval(expr);
|
| - }" did not throw
|
| +PASS new RTCPeerConnection({ iceTransportPolicy: null })
|
| PASS new RTCPeerConnection({ iceTransportPolicy: undefined })
|
| PASS new RTCPeerConnection({ iceTransportPolicy: "relay" })
|
| PASS new RTCPeerConnection({ iceTransportPolicy: "all" })
|
| -FAIL new RTCPeerConnection({ iceTransportPolicy: "invalid" }) assert_throws: function "function () {
|
| - eval(expr);
|
| - }" did not throw
|
| +PASS new RTCPeerConnection({ iceTransportPolicy: "invalid" })
|
| FAIL new RTCPeerConnection({ iceTransportPolicy: "none" }) assert_throws: function "function () {
|
| eval(expr);
|
| }" did not throw
|
|
|